diff --git wp-admin/update-core.php wp-admin/update-core.php
index e16fbdf..c4495ce 100644
|
|
get_current_screen()->add_help_tab( array( |
464 | 464 | 'id' => 'overview', |
465 | 465 | 'title' => __('Overview'), |
466 | 466 | 'content' => |
467 | | '<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>' . |
468 | | '<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>' |
| 467 | '<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, a notification will appear in the admin menu.') . '</p>' . |
| 468 | '<p>' . __('It is very important to keep your WordPress installation up to date for security reasons. WordPress has the ability to apply maintenance and security releases automatically. You\'ll still need to click "Update Now" when a new major version has been released.') . '</p>' . |
| 469 | '<p>' . __(' Please check below to see if your site is able to apply the updates automatically.') . '</p>' |
469 | 470 | ) ); |
470 | 471 | |
471 | 472 | get_current_screen()->add_help_tab( array( |
472 | 473 | 'id' => 'how-to-update', |
473 | 474 | 'title' => __('How to Update'), |
474 | 475 | 'content' => |
475 | | '<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>' . |
476 | | '<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>' |
| 476 | '<p>' . __('Updating your WordPress installation is a simple one-click procedure - just click on the "Update Now" button when you are notified that a new major version is available.') . '</p>' . |
| 477 | '<p>' . __('WordPress has the ability to apply maintenance and security releases automatically. Please check below to see if your site is able to apply the updates automatically.') . '</p>' . |
| 478 | '<p>' . __('To update themes or plugins from this screen, use the checkboxes to make your selection, then 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>' |
477 | 479 | ) ); |
478 | 480 | |
479 | 481 | get_current_screen()->set_help_sidebar( |
480 | 482 | '<p><strong>' . __('For more information:') . '</strong></p>' . |
481 | 483 | '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>') . '</p>' . |
| 484 | '<p>' . __('<a href="http://codex.wordpress.org/Configuring_Automatic_Background_Updates" target="_blank">Configuring Automatic Background Updates</a>') . '</p>' . |
482 | 485 | '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
| 486 | |
483 | 487 | ); |
484 | 488 | |
485 | 489 | if ( 'upgrade-core' == $action ) { |