X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..245e789b234afa4525862e7a6e5e3c2e7a52ef20:/wp-admin/admin.php?page=%7B%24item%5B2%5D%7D diff --git a/wp-admin/admin.php b/wp-admin/admin.php index 85979327..a617d113 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -66,13 +66,7 @@ if ( get_option('db_upgraded') ) { if ( $c <= 50 || ( $c > 50 && mt_rand( 0, (int)( $c / 50 ) ) == 1 ) ) { require_once( ABSPATH . WPINC . '/http.php' ); $response = wp_remote_get( admin_url( 'upgrade.php?step=1' ), array( 'timeout' => 120, 'httpversion' => '1.1' ) ); - /** - * Fires after the multisite DB upgrade is complete. - * - * @since 3.0.0 - * - * @param array|WP_Error $response The upgrade response array or WP_Error on failure. - */ + /** This action is documented in wp-admin/network/upgrade.php */ do_action( 'after_mu_upgrade', $response ); unset($response); }