Ticket #39362: 39362.patch
File 39362.patch, 868 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php
42 42 protected function content_template() { 43 43 ?> 44 44 <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span> 45 <label> 46 <input type="checkbox" class="auto_add" /> 47 <?php _e( 'Automatically add new top-level pages to this menu' ); ?> 48 </label> 45 <li class="customize-control customize-control-checkbox"> 46 <label> 47 <input type="checkbox" class="auto_add" /> 48 <?php _e( 'Automatically add new top-level pages to this menu' ); ?> 49 </label> 50 </li> 49 51 <?php 50 52 } 51 53 }