Correct documentation for 'fields' param of WP_User_Query.

[29843] introduced this documentation, and incorrectly stated that short
column names (eg 'login' instead of 'user_login') could be used.

Props birgire.
Fixes #34701.
Built from https://develop.svn.wordpress.org/trunk@35645


git-svn-id: http://core.svn.wordpress.org/trunk@35609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2015-11-16 19:04:55 +00:00
parent 42ff945649
commit 767518ffaa
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35644';
$wp_version = '4.4-beta4-35645';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.