mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user