Make WordPress Core


Ignore:
Timestamp:
05/27/2010 09:20:23 PM (15 years ago)
Author:
nacin
Message:

Help for multisite. props andrea_r, dougwrites, duck_. see #13467.

File:
1 edited

Legend:

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

    r14927 r15004  
    1717$title = __( 'Update Network' );
    1818$parent_file = 'ms-admin.php';
     19
     20add_contextual_help($current_screen,
     21    '<p>' . __('Only use this screen once you have updated to a new version of WordPress through Dashboard > Updates. Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database upgrades are applied.') . '</p>' .
     22    '<p>' . __('If a version update to core has not happened, clicking this button won&#8217;t affect anything.') . '</p>' .
     23    '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>' .
     24    '<p><strong>' . __('For more information:') . '</strong></p>' .
     25    '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Update_SubPanel">Update Network Documentation</a>') . '</p>' .
     26    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     27);
     28
    1929require_once('admin-header.php');
    2030
Note: See TracChangeset for help on using the changeset viewer.