Skip to content

Commit

Permalink
Docs: Remove extra commas in WP_User_Query::prepare_query() DocBlock.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SergeyBiryukov committed Apr 25, 2024
1 parent 7159243 commit 0c99bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-includes/class-wp-user-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ public static function fill_query_vars( $args ) {
* - 'include'
* - 'user_login' (or 'login')
* - 'login__in'
* - 'user_nicename' (or 'nicename'),
* - 'user_nicename' (or 'nicename')
* - 'nicename__in'
* - 'user_email (or 'email')
* - 'user_url' (or 'url'),
* - 'user_url' (or 'url')
* - 'user_registered' (or 'registered')
* - 'post_count'
* - 'meta_value',
* - 'meta_value'
* - 'meta_value_num'
* - The value of `$meta_key`
* - An array key of `$meta_query`
Expand Down

0 comments on commit 0c99bcf

Please sign in to comment.