Make WordPress Core

Ticket #25688: 25688.4.diff

File 25688.4.diff, 3.1 KB (added by RDall, 11 years ago)

Changes made to text on Hanni and Kim Suggestion.

  • wp-admin/update-core.php

    diff --git wp-admin/update-core.php wp-admin/update-core.php
    index e16fbdf..c4495ce 100644
    get_current_screen()->add_help_tab( array( 
    464464'id'            => 'overview',
    465465'title'         => __('Overview'),
    466466'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>'
    469470) );
    470471
    471472get_current_screen()->add_help_tab( array(
    472473'id'            => 'how-to-update',
    473474'title'         => __('How to Update'),
    474475'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>'
    477479) );
    478480
    479481get_current_screen()->set_help_sidebar(
    480482        '<p><strong>' . __('For more information:') . '</strong></p>' .
    481483        '<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>' .
    482485        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     486
    483487);
    484488
    485489if ( 'upgrade-core' == $action ) {