mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 23:55:12 +01:00
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:
parent
6b034b67f5
commit
6c90a44828
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user