Skip to content

Commit 108d4d1

Browse files
committed
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
1 parent ccbfd22 commit 108d4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ public function fill_query_vars( $array ) {
672672
* @type int $meta_value_num Custom field value number.
673673
* @type string $meta_type_key Cast for 'meta_key'. See WP_Meta_Query::construct().
674674
* @type int $menu_order The menu order of the posts.
675+
* @type int $minute Minute of the hour. Default empty. Accepts numbers 0-59.
675676
* @type int $monthnum The two-digit month. Default empty. Accepts numbers 1-12.
676677
* @type string $name Post slug.
677678
* @type bool $nopaging Show all posts (true) or paginate (false). Default false.

0 commit comments

Comments
 (0)