From c613855594cab045a7119c59db98e92aaabc1643 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 6 Jun 2023 15:09:28 +0000 Subject: [PATCH] Docs: Fix a few more typos in Docblocks. Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824], [55827]. Props nazmulhudadev, mukesh27. Fixes #58338. See #57840. Built from https://develop.svn.wordpress.org/trunk@55884 git-svn-id: http://core.svn.wordpress.org/trunk@55396 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-blogs.php | 2 +- wp-includes/option.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/ms-blogs.php b/wp-includes/ms-blogs.php index 487fa5ef8a..931433acdd 100644 --- a/wp-includes/ms-blogs.php +++ b/wp-includes/ms-blogs.php @@ -419,7 +419,7 @@ function add_blog_option( $id, $option, $value ) { } /** - * Removes option by name for a given blog ID. Prevents removal of protected WordPress options. + * Removes an option by name for a given blog ID. Prevents removal of protected WordPress options. * * @since MU (3.0.0) * diff --git a/wp-includes/option.php b/wp-includes/option.php index e94cf0bbea..1ea26a48bd 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -727,7 +727,7 @@ function add_option( $option, $value = '', $deprecated = '', $autoload = 'yes' ) } /** - * Removes option by name. Prevents removal of protected WordPress options. + * Removes an option by name. Prevents removal of protected WordPress options. * * @since 1.2.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a0449d4de..607e64feab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55883'; +$wp_version = '6.3-alpha-55884'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.