diff --git a/src/wp-includes/ms-site.php b/src/wp-includes/ms-site.php index cdce8ff033..180eb81efe 100644 --- a/src/wp-includes/ms-site.php +++ b/src/wp-includes/ms-site.php @@ -1247,7 +1247,7 @@ function wp_maybe_transition_site_statuses_on_update( $new_site, $old_site = nul * @since 5.1.0 * * @param WP_Site $new_site The site object after the update. - * @param WP_Site $old_site The site obejct prior to the update. + * @param WP_Site $old_site The site object prior to the update. */ function wp_maybe_clean_new_site_cache_on_update( $new_site, $old_site ) { if ( $old_site->domain !== $new_site->domain || $old_site->path !== $new_site->path ) {