Skip to content

Commit 816ec5d

Browse files
Docs: Add missing single quote in WP_User_Query::prepare_query() DocBlock.
Follow-up to [38715], [52226]. Props kkmuffme, mukesh27. Fixes #62714. git-svn-id: https://develop.svn.wordpress.org/trunk@59542 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 17b50d3 commit 816ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static function fill_query_vars( $args ) {
202202
* - 'login__in'
203203
* - 'user_nicename' (or 'nicename')
204204
* - 'nicename__in'
205-
* - 'user_email (or 'email')
205+
* - 'user_email' (or 'email')
206206
* - 'user_url' (or 'url')
207207
* - 'user_registered' (or 'registered')
208208
* - 'post_count'

0 commit comments

Comments
 (0)