Changeset 52978 for trunk/src/wp-admin/network/upgrade.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/upgrade.php
r52332 r52978 23 23 'content' => 24 24 '<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 Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.' ) . '</p>' . 25 '<p>' . __( 'If a version update to core has not happened, clicking this button w on’t affect anything.' ) . '</p>' .25 '<p>' . __( 'If a version update to core has not happened, clicking this button will not affect anything.' ) . '</p>' . 26 26 '<p>' . __( 'If this process fails for any reason, users logging in to their sites will force the same update.' ) . '</p>', 27 27 ) … … 123 123 } 124 124 echo '</ul>'; 125 ?><p><?php _e( 'If your browser does n’t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ( $n + 5 ); ?>"><?php _e( 'Next Sites' ); ?></a></p>125 ?><p><?php _e( 'If your browser does not start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ( $n + 5 ); ?>"><?php _e( 'Next Sites' ); ?></a></p> 126 126 <script type="text/javascript"> 127 127 <!--
Note: See TracChangeset
for help on using the changeset viewer.