Skip to content

Commit 0c99bcf

Browse files
Docs: Remove extra commas in WP_User_Query::prepare_query() DocBlock.
Follow-up to [52226], [58032]. Props nareshbheda, mukesh27. Fixes #61076. git-svn-id: https://develop.svn.wordpress.org/trunk@58045 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7159243 commit 0c99bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/class-wp-user-query.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ public static function fill_query_vars( $args ) {
199199
* - 'include'
200200
* - 'user_login' (or 'login')
201201
* - 'login__in'
202-
* - 'user_nicename' (or 'nicename'),
202+
* - 'user_nicename' (or 'nicename')
203203
* - 'nicename__in'
204204
* - 'user_email (or 'email')
205-
* - 'user_url' (or 'url'),
205+
* - 'user_url' (or 'url')
206206
* - 'user_registered' (or 'registered')
207207
* - 'post_count'
208-
* - 'meta_value',
208+
* - 'meta_value'
209209
* - 'meta_value_num'
210210
* - The value of `$meta_key`
211211
* - An array key of `$meta_query`

0 commit comments

Comments
 (0)