Docs: Further corrections and promotions for docblocks relating to object types.

See #50768

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


git-svn-id: http://core.svn.wordpress.org/trunk@48959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-10-18 20:53:08 +00:00
parent b2515abd45
commit 727922c8eb
11 changed files with 30 additions and 30 deletions

View File

@@ -1526,7 +1526,7 @@ function sanitize_user_field( $field, $value, $user_id, $context ) {
*
* @since 3.0.0
*
* @param WP_User $user User object to be cached
* @param object|WP_User $user User object or database row to be cached
* @return bool|null Returns false on failure.
*/
function update_user_caches( $user ) {