Changeset 48653
- Timestamp:
- 07/28/2020 12:41:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r48652 r48653 401 401 <div class="notice inline notice-error notice-alt"><p> 402 402 <?php 403 if ( $theme['updateResponse']['compatibleWP'] &&$theme['updateResponse']['compatiblePHP'] ) {403 if ( ! $theme['updateResponse']['compatibleWP'] && ! $theme['updateResponse']['compatiblePHP'] ) { 404 404 _e( 'There is a new version available, but it doesn’t work with your versions of WordPress and PHP.' ); 405 405 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.