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

Mega-props DrewAPicture.
Fixes #32250.

git-svn-id: https://develop.svn.wordpress.org/trunk@32685 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-06-02 18:20:36 +00:00
parent c73ac2bbb5
commit ab747208b2

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