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.



git-svn-id: https://develop.svn.wordpress.org/trunk@55884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-06-06 15:07:32 +00:00
parent 2da269e4d2
commit 3df744228e
2 changed files with 2 additions and 2 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
*