After [32980], update the docs to reflect that display_name is now included when searching for users in some scenarios.

Fixes #27304.

Built from https://develop.svn.wordpress.org/trunk@33116


git-svn-id: http://core.svn.wordpress.org/trunk@33087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-07-07 19:39:25 +00:00
parent 6b034b67f5
commit 6c90a44828
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta1-33115';
$wp_version = '4.3-beta1-33116';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.