Changeset 1477 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
- Timestamp:
- 04/15/2015 08:56:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
r1375 r1477 25 25 26 26 <ul class="filter-links"> 27 <li><a href="<?php echo esc_url( home_url( 'browse/featured/' ) ); ?>" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a></li>28 <li><a href="<?php echo esc_url( home_url( 'browse/popular/' ) ); ?>" data-sort="popular"><?php _ex( 'Popular', 'themes' ); ?></a></li>29 <li><a href="<?php echo esc_url( home_url( 'browse/new/' ) ); ?>" data-sort="new"><?php _ex( 'Latest', 'themes' ); ?></a></li>27 <li><a href="<?php echo esc_url( home_url( 'browse/featured/' ) ); ?>" data-sort="featured"><?php _ex( 'Featured', 'themes', 'wporg-themes' ); ?></a></li> 28 <li><a href="<?php echo esc_url( home_url( 'browse/popular/' ) ); ?>" data-sort="popular"><?php _ex( 'Popular', 'themes', 'wporg-themes' ); ?></a></li> 29 <li><a href="<?php echo esc_url( home_url( 'browse/new/' ) ); ?>" data-sort="new"><?php _ex( 'Latest', 'themes', 'wporg-themes' ); ?></a></li> 30 30 </ul> 31 31 32 <a class="drawer-toggle" href="#"><?php _e( 'Feature Filter' ); ?></a>32 <a class="drawer-toggle" href="#"><?php _e( 'Feature Filter', 'wporg-themes' ); ?></a> 33 33 34 34 <div class="search-form"></div> … … 36 36 <div class="filter-drawer"> 37 37 <div class="buttons"> 38 <button type="button" disabled="disabled" class="apply-filters button button-secondary"><?php _e( 'Apply Filters' ); ?><span></span></button>39 <button type="button" class="clear-filters button button-secondary"><?php _e( 'Clear' ); ?></button>38 <button type="button" disabled="disabled" class="apply-filters button button-secondary"><?php _e( 'Apply Filters', 'wporg-themes' ); ?><span></span></button> 39 <button type="button" class="clear-filters button button-secondary"><?php _e( 'Clear', 'wporg-themes' ); ?></button> 40 40 </div> 41 41 42 42 <div class="filtered-by"> 43 <span><?php _e( 'Filtering by:' ); ?></span>43 <span><?php _e( 'Filtering by:', 'wporg-themes' ); ?></span> 44 44 <div class="tags"></div> 45 <a href="#"><?php _e( 'Edit' ); ?></a>45 <a href="#"><?php _e( 'Edit', 'wporg-themes' ); ?></a> 46 46 </div> 47 47 … … 76 76 ?> 77 77 </div> 78 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>78 <p class="no-themes"><?php _e( 'No themes found. Try a different search.', 'wporg-themes' ); ?></p> 79 79 </div> 80 80 <div class="theme-install-overlay"></div>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)