mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Docs: A host of corrections and improvements to inline documentation.
See #57840 git-svn-id: https://develop.svn.wordpress.org/trunk@55732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -685,11 +685,11 @@ class WP_Date_Query {
|
||||
* @since 3.7.0
|
||||
*
|
||||
* @param array $query Date query arguments.
|
||||
* @return string[] {
|
||||
* @return array {
|
||||
* 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.
|
||||
* @type string $where SQL fragment to append to the main WHERE clause.
|
||||
* @type string[] $join Array of SQL fragments to append to the main JOIN clause.
|
||||
* @type string[] $where Array of SQL fragments to append to the main WHERE clause.
|
||||
* }
|
||||
*/
|
||||
protected function get_sql_for_subquery( $query ) {
|
||||
@@ -705,11 +705,11 @@ class WP_Date_Query {
|
||||
*
|
||||
* @param array $query Date query clause.
|
||||
* @param array $parent_query Parent query of the current date query.
|
||||
* @return string[] {
|
||||
* @return array {
|
||||
* 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.
|
||||
* @type string $where SQL fragment to append to the main WHERE clause.
|
||||
* @type string[] $join Array of SQL fragments to append to the main JOIN clause.
|
||||
* @type string[] $where Array of SQL fragments to append to the main WHERE clause.
|
||||
* }
|
||||
*/
|
||||
protected function get_sql_for_clause( $query, $parent_query ) {
|
||||
|
||||
Reference in New Issue
Block a user