Docs: Various docblock improvements.

See #54729

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


git-svn-id: http://core.svn.wordpress.org/trunk@52888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2022-04-28 09:46:21 +00:00
parent 4710282f33
commit 6aa053dc01
13 changed files with 66 additions and 31 deletions

View File

@@ -127,7 +127,7 @@ if ( ! function_exists( 'cache_users' ) ) :
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @param array $user_ids User ID numbers list
* @param int[] $user_ids User ID numbers list
*/
function cache_users( $user_ids ) {
global $wpdb;