From 5de7ee67ceba9a5e3dde38e009e8e71e5c9a0984 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 7 Jul 2015 19:38:30 +0000 Subject: [PATCH] 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 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index fca15065f0..8f7033e1ed 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -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 *