Fix typo in phpdoc. props belloswan. fixes #24217.
git-svn-id: https://develop.svn.wordpress.org/trunk@24124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ece505b122
commit
58b95c090e
@ -469,7 +469,7 @@ function delete_blog_option( $id, $option ) {
|
||||
* @param int $id The blog id
|
||||
* @param string $option The option key
|
||||
* @param mixed $value The option value
|
||||
* @return bool True on success, false on failrue.
|
||||
* @return bool True on success, false on failure.
|
||||
*/
|
||||
function update_blog_option( $id, $option, $value, $deprecated = null ) {
|
||||
$id = (int) $id;
|
||||
|
Loading…
Reference in New Issue
Block a user