Changeset 44735 for trunk/src/wp-admin/about.php
- Timestamp:
- 02/08/2019 01:52:17 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r44734 r44735 89 89 90 90 <div class="feature-section one-col cta"> 91 <?php if ( true ) : ?> 91 <?php 92 $response = wp_check_php_version(); 93 if ( $response && isset( $response['is_acceptable'] ) && ! $response['is_acceptable'] && current_user_can( 'update_php' ) ) : 94 ?> 92 95 <p><em><?php _e( 'WordPress has detected your site is running an outdated version of PHP. You will see this notice on your dashboard with instructions for contacting your host.' ); ?></em></p> 93 96 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.