Changes from branches/3.1/wp-admin/network/upgrade.php at r18014 to trunk/wp-admin/network/upgrade.php at r18092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/upgrade.php
r18014 r18092 20 20 21 21 add_contextual_help($current_screen, 22 '<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 updates are applied.') . '</p>' .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 24 '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.