- Timestamp:
- 12/07/2014 11:39:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r30679 r30782 65 65 $tabs['featured'] = _x( 'Featured', 'Plugin Installer' ); 66 66 $tabs['popular'] = _x( 'Popular', 'Plugin Installer' ); 67 $tabs['recommended'] = _x( 'Recommended', 'Plugin Installer' ); 67 68 $tabs['favorites'] = _x( 'Favorites', 'Plugin Installer' ); 68 69 if ( $tab === 'beta' || false !== strpos( $GLOBALS['wp_version'], '-' ) ) { … … 135 136 case 'new': 136 137 case 'beta': 138 case 'recommended': 137 139 $args['browse'] = $tab; 138 140 break;
Note: See TracChangeset
for help on using the changeset viewer.