Make WordPress Core


Ignore:
Timestamp:
11/02/2011 05:33:53 AM (14 years ago)
Author:
ryan
Message:

Use add_help_sidebar(). see #19020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/upgrade.php

    r18092 r19114  
    2222    '<p>' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Admin Bar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '</p>' .
    2323    '<p>' . __('If a version update to core has not happened, clicking this button won&#8217;t affect anything.') . '</p>' .
    24     '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>' .
     24    '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>'
     25);
     26
     27get_current_screen()->add_help_sidebar(
    2528    '<p><strong>' . __('For more information:') . '</strong></p>' .
    2629    '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Update Network</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.