Fix typo in phpdoc. props belloswan. fixes #24217.
git-svn-id: http://core.svn.wordpress.org/trunk@24124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dace3f0b6d
commit
0d8d513a8d
|
@ -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