Docs: Correct various documentation around object and stdClass types.

See #37770

Built from https://develop.svn.wordpress.org/trunk@38369


git-svn-id: http://core.svn.wordpress.org/trunk@38310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2016-08-26 16:49:45 +00:00
parent f53cc848e4
commit 94c8ca0f2e
8 changed files with 11 additions and 11 deletions

View File

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