Ticket #30925: 30925.patch
File 30925.patch, 972 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/date.php
79 79 * 'post_date_gmt', 'post_modified','post_modified_gmt', 'comment_date', 80 80 * 'comment_date_gmt'. 81 81 * @type string $compare Optional. The comparison operator. 82 * Accepts '=', '!=', '>', '>=', '<', '<=', 'IN', 'NOT IN' . Default '='.83 * ' BETWEEN', 'NOT BETWEEN'.82 * Accepts '=', '!=', '>', '>=', '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 83 * 'NOT BETWEEN'. Default '='. 84 84 * @type string $relation Optional. The boolean relationship between the date queries. 85 85 * Accepts 'OR', 'AND'. Default 'OR'. 86 86 * @type array {