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:
parent
0471408596
commit
2c9a2850b4
|
@ -521,6 +521,7 @@ class WP_User_Query {
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
* @since 4.2.0 Added 'meta_value_num' support for `$orderby` parameter. Added multi-dimensional array syntax
|
* @since 4.2.0 Added 'meta_value_num' support for `$orderby` parameter. Added multi-dimensional array syntax
|
||||||
* for `$orderby` parameter.
|
* for `$orderby` parameter.
|
||||||
|
* @since 4.3.0 Added 'has_published_posts' parameter.
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @global wpdb $wpdb
|
* @global wpdb $wpdb
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue