Spelling and grammar fun. Fixes #11875 props cnorris23

git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-24 20:13:23 +00:00
parent 1b01dd4ecd
commit c9dfb91763
23 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ function get_user_option( $option, $user = 0, $deprecated = '' ) {
* @param int $user_id User ID
* @param string $option_name User option name.
* @param mixed $newvalue User option value.
* @param bool $global Optional. Whether option name is blog specific or not.
* @param bool $global Optional. Whether option name is blog specific.
* @return unknown
*/
function update_user_option( $user_id, $option_name, $newvalue, $global = false ) {