- Timestamp:
- 06/22/2023 02:34:56 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r55911 r55988 106 106 } 107 107 108 if ( 'beta' === $tab || false !== strpos( get_bloginfo( 'version' ), '-' ) ) {108 if ( 'beta' === $tab || str_contains( get_bloginfo( 'version' ), '-' ) ) { 109 109 $tabs['beta'] = _x( 'Beta Testing', 'Plugin Installer' ); 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.