Make WordPress Core


Ignore:
Timestamp:
12/07/2014 11:39:54 PM (10 years ago)
Author:
azaozz
Message:

Plugins: move the recommender results to a separate tab. Any outstanding quality issues will be fixed on the API side without needing core changes. Props tellyworth, fixes #30337.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r30679 r30782  
    6565        $tabs['featured']  = _x( 'Featured', 'Plugin Installer' );
    6666        $tabs['popular']   = _x( 'Popular', 'Plugin Installer' );
     67        $tabs['recommended']   = _x( 'Recommended', 'Plugin Installer' );
    6768        $tabs['favorites'] = _x( 'Favorites', 'Plugin Installer' );
    6869        if ( $tab === 'beta' || false !== strpos( $GLOBALS['wp_version'], '-' ) ) {
     
    135136            case 'new':
    136137            case 'beta':
     138            case 'recommended':
    137139                $args['browse'] = $tab;
    138140                break;
Note: See TracChangeset for help on using the changeset viewer.