Make WordPress Core

Changeset 61724


Ignore:
Timestamp:
02/24/2026 06:32:43 AM (5 weeks ago)
Author:
audrasjb
Message:

Docs: Indentation fix after [61723].

See #64713, #64224.

File:
1 edited

Legend:

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

    r61723 r61724  
    112112     *                                               of accepted values. Default is the value of top-level `$column`.
    113113     *             @type string       $compare       Optional. The comparison operator. Accepts '=', '!=', '>', '>=',
    114      *                                               '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'.
    115      *                                               Comparisons support
    116      *                                               arrays in some time-related parameters. Default '='.
     114     *                                               '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. Comparisons
     115     *                                               support arrays in some time-related parameters. Default '='.
    117116     *             @type bool         $inclusive     Optional. Include results from dates specified in 'before' or
    118117     *                                               'after'. Default false.
Note: See TracChangeset for help on using the changeset viewer.