Make WordPress Core

Changeset 57189

Timestamp:
12/14/2023 10:21:40 AM (8 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in WP_Date_Query::build_mysql_datetime() DocBlock.

Follow-up to [25139].

Props nithi22, benniledl, mukesh27.
Fixes #60067.

File:
1 edited

Legend:

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

    r55988 r57189  
    867867     * @since 3.7.0
    868868     *
    869      * @param string|array $datetime       An array of parameters or a strotime() string.
     869     * @param string|array $datetime       An array of parameters or a strotime() string.
    870870     * @param bool         $default_to_max Whether to round up incomplete dates. Supported by values
    871871     *                                     of $datetime that are arrays, or string values that are a
Note: See TracChangeset for help on using the changeset viewer.