diff --git a/wp-includes/user.php b/wp-includes/user.php index fca15065f0..8f7033e1ed 100644 --- a/wp-includes/user.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a7f17a7a9f..b84f0d36be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.