Changeset 28123 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 04/14/2014 10:05:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r28105 r28123 123 123 <div class="theme-navigation"> 124 124 <span class="theme-count"></span> 125 <a class="theme-section current" href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a>125 <a class="theme-section" href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a> 126 126 <a class="theme-section" href="#" data-sort="popular"><?php _ex( 'Popular', 'themes' ); ?></a> 127 127 <a class="theme-section" href="#" data-sort="new"><?php _ex( 'Latest', 'themes' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.