From 108d4d1ae5e0bb95a78f9c1010003b19eb76829d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 30 Jul 2021 10:52:39 +0000 Subject: [PATCH] Docs: Add missing documentation for the `minute` parameter of `WP_Query`. See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51514 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php index e95d7a9ec2..08d0b5cd51 100644 --- a/src/wp-includes/class-wp-query.php +++ b/src/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.