mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
2da269e4d2
commit
3df744228e
@ -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)
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user