Changeset 48115 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 06/21/2020 01:58:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r48110 r48115 802 802 if ( ! $compatible_php ) { 803 803 echo '<div class="notice notice-error notice-alt"><p>'; 804 _e( ' This plugin <strong>requires a newer version of PHP</strong>.' );804 _e( '<strong>Error:</strong> This plugin <strong>requires a newer version of PHP</strong>.' ); 805 805 if ( current_user_can( 'update_php' ) ) { 806 806 printf( … … 823 823 } elseif ( ! $compatible_wp ) { 824 824 echo '<div class="notice notice-error notice-alt"><p>'; 825 _e( ' This plugin <strong>requires a newer version of WordPress</strong>.' );825 _e( '<strong>Error:</strong> This plugin <strong>requires a newer version of WordPress</strong>.' ); 826 826 if ( current_user_can( 'update_core' ) ) { 827 827 printf(
Note: See TracChangeset
for help on using the changeset viewer.