[wp-trac] [WordPress Trac] #36279: Add an "add new menu" button to the menu locations section in the customizer

WordPress Trac noreply at wordpress.org
Thu Oct 12 16:54:49 UTC 2017


#36279: Add an "add new menu" button to the menu locations section in the
customizer
------------------------------+------------------
 Reporter:  celloexpressions  |       Owner:
     Type:  task (blessed)    |      Status:  new
 Priority:  normal            |   Milestone:  4.9
Component:  Customize         |     Version:  4.3
 Severity:  normal            |  Resolution:
 Keywords:  needs-patch       |     Focuses:  ui
------------------------------+------------------

Comment (by Presskopp):

 It's already there!

 In ''class-wp-customize-nav-menu-location-control.php, L.76'' it gets the
 'hidden' class:

 {{{#!php
 if ( ! $this->value() ) { echo ' hidden'; }
 }}}

 If you delete this, the "Edit Menu" appears.

 But that's where I'm on my wit's end

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36279#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list