diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/network/upgrade.php --- a/wp/wp-admin/network/upgrade.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/network/upgrade.php Tue Sep 27 16:37:53 2022 +0200 @@ -12,6 +12,7 @@ require_once ABSPATH . WPINC . '/http.php'; +// Used in the HTML title tag. $title = __( 'Upgrade Network' ); $parent_file = 'upgrade.php'; @@ -21,7 +22,7 @@ 'title' => __( 'Overview' ), 'content' => '

' . __( '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.' ) . '

' . - '

' . __( 'If a version update to core has not happened, clicking this button won’t affect anything.' ) . '

' . + '

' . __( 'If a version update to core has not happened, clicking this button will not affect anything.' ) . '

' . '

' . __( 'If this process fails for any reason, users logging in to their sites will force the same update.' ) . '

', ) ); @@ -107,7 +108,7 @@ * * @since MU (3.0.0) * - * @param array|WP_Error $response The upgrade response array or WP_Error on failure. + * @param array $response The upgrade response array. */ do_action( 'after_mu_upgrade', $response ); @@ -121,7 +122,7 @@ do_action( 'wpmu_upgrade_site', $site_id ); } echo ''; - ?>

+ ?>