Changeset 19114 for trunk/wp-admin/network/upgrade.php
- Timestamp:
- 11/02/2011 05:33:53 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/upgrade.php
r18092 r19114 22 22 '<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>' . 23 23 '<p>' . __('If a version update to core has not happened, clicking this button won’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 27 get_current_screen()->add_help_sidebar( 25 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 29 '<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.