- Timestamp:
- 12/22/2011 09:21:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugin-install-list-table.php
r19028 r19627 34 34 $tabs['popular'] = _x( 'Popular','Plugin Installer' ); 35 35 $tabs['new'] = _x( 'Newest','Plugin Installer' ); 36 $tabs['updated'] = _x( 'Recently Updated','Plugin Installer' );37 36 38 37 $nonmenu_tabs = array( 'plugin-information' ); //Valid actions to perform which do not have a Menu item. … … 70 69 case 'popular': 71 70 case 'new': 72 case 'updated':73 71 $args['browse'] = $tab; 74 72 break;
Note: See TracChangeset
for help on using the changeset viewer.