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
This commit is contained in:
audrasjb 2023-06-06 15:09:28 +00:00
parent 02009f6df2
commit c613855594
3 changed files with 3 additions and 3 deletions

View File

@ -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)
*

View File

@ -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
*

View File

@ -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.