Changeset 37901 for trunk/src/wp-includes/customize/class-wp-customize-nav-menu-location-control.php
- Timestamp:
- 06/28/2016 11:06:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-location-control.php
r35389 r37901 78 78 </select> 79 79 </label> 80 <button type="button" class="button edit-menu<?php if ( ! $this->value() ) { echo ' hidden'; } ?>"><?php _e( 'Edit' ); ?></button> 80 81 <?php 81 82 }
Note: See TracChangeset
for help on using the changeset viewer.