Docs: Tweak the docblock for setup_userdata()
.
This is a followup to [44603]. The default value should be last, not somewhere in the middle. Props swissspidy. Fixes #44697. git-svn-id: https://develop.svn.wordpress.org/trunk@44605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a90d82fb0b
commit
efc09a6922
@ -1005,7 +1005,7 @@ function count_users( $strategy = 'time', $site_id = null ) {
|
||||
* @global string $user_url The url in the user's profile
|
||||
* @global string $user_identity The display name of the user
|
||||
*
|
||||
* @param int $for_user_id Optional. Default 0. User ID to set up global data.
|
||||
* @param int $for_user_id Optional. User ID to set up global data. Default 0.
|
||||
*/
|
||||
function setup_userdata( $for_user_id = 0 ) {
|
||||
global $user_login, $userdata, $user_level, $user_ID, $user_email, $user_url, $user_identity;
|
||||
|
Loading…
Reference in New Issue
Block a user