Make WordPress Core


Ignore:
Timestamp:
05/08/2023 10:35:38 PM (2 years ago)
Author:
johnbillion
Message:

Docs: A host of corrections and improvements to inline documentation.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-date-query.php

    r54765 r55732  
    686686     *
    687687     * @param array $query Date query arguments.
    688      * @return string[] {
     688     * @return array {
    689689     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    690690     *
    691      *     @type string $join  SQL fragment to append to the main JOIN clause.
    692      *     @type string $where SQL fragment to append to the main WHERE clause.
     691     *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
     692     *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
    693693     * }
    694694     */
     
    706706     * @param array $query        Date query clause.
    707707     * @param array $parent_query Parent query of the current date query.
    708      * @return string[] {
     708     * @return array {
    709709     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    710710     *
    711      *     @type string $join  SQL fragment to append to the main JOIN clause.
    712      *     @type string $where SQL fragment to append to the main WHERE clause.
     711     *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
     712     *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
    713713     * }
    714714     */
Note: See TracChangeset for help on using the changeset viewer.