After [32980], update the docs to reflect that display_name
is now included when searching for users in some scenarios.
Fixes #27304. git-svn-id: https://develop.svn.wordpress.org/trunk@33116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
138d68a58a
commit
5de7ee67ce
@ -804,7 +804,7 @@ class WP_User_Query {
|
||||
* Filter the columns to search in a WP_User_Query search.
|
||||
*
|
||||
* The default columns depend on the search term, and include 'user_email',
|
||||
* 'user_login', 'ID', 'user_url', and 'user_nicename'.
|
||||
* 'user_login', 'ID', 'user_url', 'display_name', and 'user_nicename'.
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user