mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00: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.
|
* Filter the columns to search in a WP_User_Query search.
|
||||||
*
|
*
|
||||||
* The default columns depend on the search term, and include 'user_email',
|
* 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
|
* @since 3.6.0
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user