Ticket #57033: 57033.patch
| File 57033.patch, 1.1 KB (added by , 3 years ago) |
|---|
-
wp-includes/class-wp-date-query.php
472 472 * check, and are only sanitized to remove illegal characters. 473 473 * 474 474 * @since 3.7.0 475 * 476 * @global wpdb $wpdb WordPress database abstraction object. 475 477 * 476 478 * @param string $column The user-supplied column name. 477 479 * @return string A validated column name value. … … 698 700 * Turns a first-order date query into SQL for a WHERE clause. 699 701 * 700 702 * @since 4.1.0 703 * 704 * @global wpdb $wpdb WordPress database abstraction object. 701 705 * 702 706 * @param array $query Date query clause. 703 707 * @param array $parent_query Parent query of the current date query. … … 960 964 * in order to be able to accurately compare against. 961 965 * 962 966 * @since 3.7.0 967 * 968 * @global wpdb $wpdb WordPress database abstraction object. 963 969 * 964 970 * @param string $column The column to query against. Needs to be pre-validated! 965 971 * @param string $compare The comparison operator. Needs to be pre-validated!