Changeset 48586 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r48475 r48586 70 70 * @since 4.1.0 Introduced 'dayofweek_iso' time type parameter. 71 71 * 72 * @param array $date_query {72 * @param array $date_query { 73 73 * Array of date query clauses. 74 74 * … … 798 798 * @since 3.7.0 799 799 * 800 * @param string $compare The compare operator to use801 * @param string|array $value The value800 * @param string $compare The compare operator to use. 801 * @param string|array $value The value. 802 802 * @return string|false|int The value to be used in SQL or false on error. 803 803 */ … … 957 957 * @since 3.7.0 958 958 * 959 * @param string $columnThe 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). 964 964 * @return string|false A query part or false on failure. 965 965 */
Note: See TracChangeset
for help on using the changeset viewer.