Changeset 38080
- Timestamp:
- 07/17/2016 04:46:25 PM (8 years ago)
- Location:
- trunk/src/wp-includes/customize
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php
r35389 r38080 42 42 protected function content_template() { 43 43 ?> 44 <span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>44 <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span> 45 45 <label> 46 46 <input type="checkbox" class="auto_add" /> -
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php
r35722 r38080 65 65 <ul class="menu-settings"> 66 66 <li class="customize-control"> 67 <span class="customize-control-title"><?php _e( 'Menu locations' ); ?></span>67 <span class="customize-control-title"><?php _e( 'Menu Locations' ); ?></span> 68 68 </li> 69 69
Note: See TracChangeset
for help on using the changeset viewer.