Changeset 28286
- Timestamp:
- 05/06/2014 12:19:41 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r28160 r28286 248 248 </a> 249 249 <div class="theme-navigation"> 250 <a class="previous-theme button" href="#"><?php _e ( 'Previous' ); ?></a>251 <a class="next-theme button" href="#"><?php _e ( 'Next' ); ?></a>250 <a class="previous-theme button" href="#"><?php _ex( 'Previous', 'Button label for a theme' ); ?></a> 251 <a class="next-theme button" href="#"><?php _ex( 'Next', 'Button label for a theme' ); ?></a> 252 252 </div> 253 253 </div>
Note: See TracChangeset
for help on using the changeset viewer.