Changeset 54765
- Timestamp:
- 11/08/2022 01:27:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r54530 r54765 474 474 * @since 3.7.0 475 475 * 476 * @global wpdb $wpdb WordPress database abstraction object. 477 * 476 478 * @param string $column The user-supplied column name. 477 479 * @return string A validated column name value. … … 700 702 * @since 4.1.0 701 703 * 704 * @global wpdb $wpdb WordPress database abstraction object. 705 * 702 706 * @param array $query Date query clause. 703 707 * @param array $parent_query Parent query of the current date query. … … 962 966 * @since 3.7.0 963 967 * 968 * @global wpdb $wpdb WordPress database abstraction object. 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!
Note: See TracChangeset
for help on using the changeset viewer.