Make WordPress Core


Ignore:
Timestamp:
12/22/2011 09:21:57 PM (11 years ago)
Author:
ryan
Message:

Remove 'Recently Updated' from plugin installer. Props nacin. see #19573

File:
1 edited

Legend:

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

    r19028 r19627  
    3434        $tabs['popular']  = _x( 'Popular','Plugin Installer' );
    3535        $tabs['new']      = _x( 'Newest','Plugin Installer' );
    36         $tabs['updated']  = _x( 'Recently Updated','Plugin Installer' );
    3736
    3837        $nonmenu_tabs = array( 'plugin-information' ); //Valid actions to perform which do not have a Menu item.
     
    7069            case 'popular':
    7170            case 'new':
    72             case 'updated':
    7371                $args['browse'] = $tab;
    7472                break;
Note: See TracChangeset for help on using the changeset viewer.