Changeset 19528 for trunk/wp-admin/update-core.php
- Timestamp:
- 12/01/2011 04:51:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r19524 r19528 45 45 $form_action = 'update-core.php?action=do-core-reinstall'; 46 46 } else { 47 $php_compat = version_compare( $php_version, $update->php_version, '>=' ); 47 $php_compat = version_compare( $php_version, $update->php_version, '>=' ); 48 48 if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) 49 49 $mysql_compat = true; … … 436 436 'id' => 'overview', 437 437 'title' => __('Overview'), 438 'content' => 438 'content' => 439 439 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification.') . '</p>' . 440 440 '<p>' . __('It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' … … 444 444 'id' => 'how-to-update', 445 445 'title' => __('How to Update'), 446 'content' => 446 'content' => 447 447 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '</p>' . 448 448 '<p>' . __('To update themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '</p>'
Note: See TracChangeset
for help on using the changeset viewer.