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:
Sergey Biryukov 2013-04-29 12:49:33 +00:00
parent dace3f0b6d
commit 0d8d513a8d

View File

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