From dc8a2658e4ea81f9084a2525899e8907bc75d3b1 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 25 Apr 2022 09:25:09 +0000 Subject: [PATCH] Docs: Typo correction in `wp-includes/ms-functions.php` docblock. See #54729. Built from https://develop.svn.wordpress.org/trunk@53251 git-svn-id: http://core.svn.wordpress.org/trunk@52840 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 4756538e74..364b7a4cc5 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1275,7 +1275,7 @@ function wpmu_activate_signup( $key ) { } /** - * Deletes am associated signup entry when a user is deleted from the database. + * Deletes an associated signup entry when a user is deleted from the database. * * @since 5.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 8fbf5087b9..3a2b6cec2d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta2-53250'; +$wp_version = '6.0-beta2-53251'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.