- Timestamp:
- 03/22/2022 07:57:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r52227 r52979 1273 1273 1274 1274 if ( ! $compatible_php && ! $compatible_wp ) { 1275 _e( 'This plugin does n’t work with your versions of WordPress and PHP.' );1275 _e( 'This plugin does not work with your versions of WordPress and PHP.' ); 1276 1276 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { 1277 1277 printf( … … 1297 1297 } 1298 1298 } elseif ( ! $compatible_wp ) { 1299 _e( 'This plugin does n’t work with your version of WordPress.' );1299 _e( 'This plugin does not work with your version of WordPress.' ); 1300 1300 if ( current_user_can( 'update_core' ) ) { 1301 1301 printf( … … 1306 1306 } 1307 1307 } elseif ( ! $compatible_php ) { 1308 _e( 'This plugin does n’t work with your version of PHP.' );1308 _e( 'This plugin does not work with your version of PHP.' ); 1309 1309 if ( current_user_can( 'update_php' ) ) { 1310 1310 printf(
Note: See TracChangeset
for help on using the changeset viewer.