- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r51837 r52978 672 672 echo '<div class="notice inline notice-error notice-alt"><p>'; 673 673 if ( ! $compatible_php && ! $compatible_wp ) { 674 _e( 'This plugin does n’t work with your versions of WordPress and PHP.' );674 _e( 'This plugin does not work with your versions of WordPress and PHP.' ); 675 675 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { 676 676 printf( … … 696 696 } 697 697 } elseif ( ! $compatible_wp ) { 698 _e( 'This plugin does n’t work with your version of WordPress.' );698 _e( 'This plugin does not work with your version of WordPress.' ); 699 699 if ( current_user_can( 'update_core' ) ) { 700 700 printf( … … 705 705 } 706 706 } elseif ( ! $compatible_php ) { 707 _e( 'This plugin does n’t work with your version of PHP.' );707 _e( 'This plugin does not work with your version of PHP.' ); 708 708 if ( current_user_can( 'update_php' ) ) { 709 709 printf(
Note: See TracChangeset
for help on using the changeset viewer.