Make WordPress Core


Ignore:
Timestamp:
05/05/2021 03:53:41 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Remove the "Featured" tab on Add Themes screen.

Themes displayed in this tab were actually random, and have not been selected to be featured to new WordPress users.

The tab had already been removed from the Theme Directory, and with this change, the options in the admin area and in the directory will match again.

The "Popular" tab is now displayed instead as the default view.

Props poena, kjellr, celloexpressions.
Fixes #49487. See #meta5044.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r50505 r50813  
    108108    ) . '</p>' .
    109109    '<p>' . __( 'You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.' ) . ' <span id="live-search-desc">' . __( 'The search results will be updated as you type.' ) . '</span></p>' .
    110     '<p>' . __( 'Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it.' ) . '</p>' .
     110    '<p>' . __( 'Alternately, you can browse the themes that are Popular or Latest. When you find a theme you like, you can preview it or install it.' ) . '</p>' .
    111111    '<p>' . sprintf(
    112112        /* translators: %s: /wp-content/themes */
     
    182182
    183183        <ul class="filter-links">
    184             <li><a href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a></li>
    185184            <li><a href="#" data-sort="popular"><?php _ex( 'Popular', 'themes' ); ?></a></li>
    186185            <li><a href="#" data-sort="new"><?php _ex( 'Latest', 'themes' ); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.