mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
Theme installer: Improve route handling and make ?theme= work.
props matveb. fixes #27708. git-svn-id: https://develop.svn.wordpress.org/trunk@28123 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -122,7 +122,7 @@ include(ABSPATH . 'wp-admin/admin-header.php');
|
||||
|
||||
<div class="theme-navigation">
|
||||
<span class="theme-count"></span>
|
||||
<a class="theme-section current" href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a>
|
||||
<a class="theme-section" href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a>
|
||||
<a class="theme-section" href="#" data-sort="popular"><?php _ex( 'Popular', 'themes' ); ?></a>
|
||||
<a class="theme-section" href="#" data-sort="new"><?php _ex( 'Latest', 'themes' ); ?></a>
|
||||
<div class="theme-top-filters">
|
||||
|
||||
Reference in New Issue
Block a user