- Timestamp:
- 02/09/2020 04:52:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r47198 r47219 102 102 $tabs['search'] = __( 'Search Results' ); 103 103 } 104 if ( $tab === 'beta'|| false !== strpos( get_bloginfo( 'version' ), '-' ) ) {104 if ( 'beta' === $tab || false !== strpos( get_bloginfo( 'version' ), '-' ) ) { 105 105 $tabs['beta'] = _x( 'Beta Testing', 'Plugin Installer' ); 106 106 } … … 370 370 */ 371 371 protected function display_tablenav( $which ) { 372 if ( $GLOBALS['tab'] === 'featured') {372 if ( 'featured' === $GLOBALS['tab'] ) { 373 373 return; 374 374 }
Note: See TracChangeset
for help on using the changeset viewer.