mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Correct various documentation around object and stdClass types.
See #37770 git-svn-id: https://develop.svn.wordpress.org/trunk@38369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -171,7 +171,7 @@ function edit_user( $user_id = 0 ) {
|
||||
*
|
||||
* @param WP_Error &$errors WP_Error object, passed by reference.
|
||||
* @param bool $update Whether this is a user update.
|
||||
* @param WP_User &$user WP_User object, passed by reference.
|
||||
* @param stdClass &$user User object, passed by reference.
|
||||
*/
|
||||
do_action_ref_array( 'user_profile_update_errors', array( &$errors, $update, &$user ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user