mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user