mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Various inline documentation corrections and improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@52332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -569,7 +569,7 @@ class WP_Date_Query {
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @return array {
|
||||
* @return string[] {
|
||||
* Array containing JOIN and WHERE SQL clauses to append to the main query.
|
||||
*
|
||||
* @type string $join SQL fragment to append to the main JOIN clause.
|
||||
@@ -679,7 +679,7 @@ class WP_Date_Query {
|
||||
* @since 3.7.0
|
||||
*
|
||||
* @param array $query Date query arguments.
|
||||
* @return array {
|
||||
* @return string[] {
|
||||
* Array containing JOIN and WHERE SQL clauses to append to the main query.
|
||||
*
|
||||
* @type string $join SQL fragment to append to the main JOIN clause.
|
||||
@@ -697,7 +697,7 @@ class WP_Date_Query {
|
||||
*
|
||||
* @param array $query Date query clause.
|
||||
* @param array $parent_query Parent query of the current date query.
|
||||
* @return array {
|
||||
* @return string[] {
|
||||
* Array containing JOIN and WHERE SQL clauses to append to the main query.
|
||||
*
|
||||
* @type string $join SQL fragment to append to the main JOIN clause.
|
||||
|
||||
Reference in New Issue
Block a user