mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Improve docs for arguments that accept a numerically indexed array of associative arrays.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -72,7 +72,7 @@ class WP_Date_Query {
|
||||
* @param array $date_query {
|
||||
* Array of date query clauses.
|
||||
*
|
||||
* @type array {
|
||||
* @type array ...$0 {
|
||||
* @type string $column Optional. The column to query against. If undefined, inherits the value of
|
||||
* the `$default_column` parameter. Accepts 'post_date', 'post_date_gmt',
|
||||
* 'post_modified','post_modified_gmt', 'comment_date', 'comment_date_gmt'.
|
||||
@@ -81,7 +81,7 @@ class WP_Date_Query {
|
||||
* 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. Default '='.
|
||||
* @type string $relation Optional. The boolean relationship between the date queries. Accepts 'OR' or 'AND'.
|
||||
* Default 'OR'.
|
||||
* @type array {
|
||||
* @type array ...$0 {
|
||||
* Optional. An array of first-order clause parameters, or another fully-formed date query.
|
||||
*
|
||||
* @type string|array $before {
|
||||
|
||||
Reference in New Issue
Block a user