- Timestamp:
- 10/03/2017 03:43:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-panel.php
r41667 r41709 47 47 48 48 <?php if ( current_user_can( 'switch_themes' ) ) : ?> 49 <button type="button" class="button change-theme" aria-label="<?php _e( 'Change theme' ); ?>"><?php _ex( 'Change', 'theme' ); ?></button>49 <button type="button" class="button change-theme" aria-label="<?php esc_attr_e( 'Change theme' ); ?>"><?php _ex( 'Change', 'theme' ); ?></button> 50 50 <?php endif; ?> 51 51 </h3> … … 91 91 </li> 92 92 <li class="customize-themes-full-container-container"> 93 < ulclass="customize-themes-full-container">94 < li class="customize-themes-notifications"></li>95 </ ul>93 <div class="customize-themes-full-container"> 94 <div class="customize-themes-notifications"></div> 95 </div> 96 96 </li> 97 97 <?php
Note: See TracChangeset
for help on using the changeset viewer.