- Timestamp:
- 08/27/2014 02:52:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r29634 r29636 65 65 $tabs['featured'] = _x( 'Featured', 'Plugin Installer' ); 66 66 $tabs['popular'] = _x( 'Popular', 'Plugin Installer' ); 67 $tabs['new'] = _x( 'Newest', 'Plugin Installer' );68 67 $tabs['favorites'] = _x( 'Favorites', 'Plugin Installer' ); 69 68 if ( $tab === 'beta' || false !== strpos( $GLOBALS['wp_version'], '-' ) ) { … … 274 273 275 274 protected function display_tablenav( $which ) { 275 if ( $GLOBALS['tab'] === 'featured' ) { 276 return; 277 } 278 276 279 if ( 'top' == $which ) { ?> 277 280 <div class="tablenav top">
Note: See TracChangeset
for help on using the changeset viewer.