Add @since entry for 'has_published_post' argument of WP_User_Query.

Mega-props DrewAPicture.
Fixes #32250.
Built from https://develop.svn.wordpress.org/trunk@32685


git-svn-id: http://core.svn.wordpress.org/trunk@32655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-06-02 18:21:26 +00:00
parent 0471408596
commit 2c9a2850b4
2 changed files with 2 additions and 1 deletions

View File

@ -521,6 +521,7 @@ class WP_User_Query {
* @since 3.1.0
* @since 4.2.0 Added 'meta_value_num' support for `$orderby` parameter. Added multi-dimensional array syntax
* for `$orderby` parameter.
* @since 4.3.0 Added 'has_published_posts' parameter.
* @access public
*
* @global wpdb $wpdb

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32684';
$wp_version = '4.3-alpha-32685';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.