From a4bdae8122df0685f70a6d637b61750ab193bafa Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 30 Jul 2021 10:53:58 +0000 Subject: [PATCH] Docs: Add missing documentation for the `minute` parameter of `WP_Query`. See #53399 Built from https://develop.svn.wordpress.org/trunk@51514 git-svn-id: http://core.svn.wordpress.org/trunk@51125 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-query.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index e95d7a9ec2..08d0b5cd51 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -672,6 +672,7 @@ class WP_Query { * @type int $meta_value_num Custom field value number. * @type string $meta_type_key Cast for 'meta_key'. See WP_Meta_Query::construct(). * @type int $menu_order The menu order of the posts. + * @type int $minute Minute of the hour. Default empty. Accepts numbers 0-59. * @type int $monthnum The two-digit month. Default empty. Accepts numbers 1-12. * @type string $name Post slug. * @type bool $nopaging Show all posts (true) or paginate (false). Default false. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ba589a12f..5ea005e062 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51513'; +$wp_version = '5.9-alpha-51514'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.