Changeset 29031 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 07/08/2014 06:18:23 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r29002 r29031 226 226 <div class="wp-full-overlay-sidebar"> 227 227 <div class="wp-full-overlay-header"> 228 <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a> 228 <a href="#" class="close-full-overlay"><span class="screen-reader-text"><?php _e( 'Close' ); ?></span></a> 229 <a href="#" class="previous-theme"><span class="screen-reader-text"><?php _ex( 'Previous', 'Button label for a theme' ); ?></span></a> 230 <a href="#" class="next-theme"><span class="screen-reader-text"><?php _ex( 'Next', 'Button label for a theme' ); ?></span></a> 229 231 <# if ( data.installed ) { #> 230 232 <a href="#" class="button button-primary theme-install disabled"><?php _ex( 'Installed', 'theme' ); ?></a> … … 263 265 <span class="collapse-sidebar-arrow"></span> 264 266 </a> 265 <div class="theme-navigation">266 <a class="previous-theme button" href="#"><?php _ex( 'Previous', 'Button label for a theme' ); ?></a>267 <a class="next-theme button" href="#"><?php _ex( 'Next', 'Button label for a theme' ); ?></a>268 </div>269 267 </div> 270 268 </div>
Note: See TracChangeset
for help on using the changeset viewer.