Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (6 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48475 r48586  
    7070         * @since 4.1.0 Introduced 'dayofweek_iso' time type parameter.
    7171         *
    72          * @param array $date_query {
     72         * @param array  $date_query {
    7373         *     Array of date query clauses.
    7474         *
     
    798798         * @since 3.7.0
    799799         *
    800          * @param string $compare The compare operator to use
    801          * @param string|array $value The value
     800         * @param string       $compare The compare operator to use.
     801         * @param string|array $value   The value.
    802802         * @return string|false|int The value to be used in SQL or false on error.
    803803         */
     
    957957         * @since 3.7.0
    958958         *
    959          * @param string $column The column to query against. Needs to be pre-validated!
    960          * @param string $compare The comparison operator. Needs to be pre-validated!
    961          * @param int|null $hour Optional. An hour value (0-23).
    962          * @param int|null $minute Optional. A minute value (0-59).
    963          * @param int|null $second Optional. A second value (0-59).
     959         * @param string   $column The column to query against. Needs to be pre-validated!
     960         * @param string   $compare The comparison operator. Needs to be pre-validated!
     961         * @param int|null $hour    Optional. An hour value (0-23).
     962         * @param int|null $minute  Optional. A minute value (0-59).
     963         * @param int|null $second  Optional. A second value (0-59).
    964964         * @return string|false A query part or false on failure.
    965965         */
Note: See TracChangeset for help on using the changeset viewer.