- Timestamp:
- 10/05/2017 02:21:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-name-control.php
r41162 r41768 41 41 <label> 42 42 <# if ( data.label ) { #> 43 <span class="customize-control-title screen-reader-text">{{ data.label }}</span>43 <span class="customize-control-title">{{ data.label }}</span> 44 44 <# } #> 45 <input type="text" class="menu-name-field live-update-section-title" /> 45 <input type="text" class="menu-name-field live-update-section-title" 46 <# if ( data.description ) { #> 47 aria-describedby="{{ data.section }}-description" 48 <# } #> 49 /> 46 50 </label> 51 <# if ( data.description ) { #> 52 <p id="{{ data.section }}-description">{{ data.description }}</p> 53 <# } #> 47 54 <?php 48 55 }
Note: See TracChangeset
for help on using the changeset viewer.