Make WordPress Core

Ticket #30925: 30925.patch

File 30925.patch, 972 bytes (added by dlh, 9 years ago)
  • src/wp-includes/date.php

     
    7979         *                                'post_date_gmt', 'post_modified','post_modified_gmt', 'comment_date',
    8080         *                                'comment_date_gmt'.
    8181         *         @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 '='.
    8484         *         @type string $relation Optional. The boolean relationship between the date queries.
    8585         *                                Accepts 'OR', 'AND'. Default 'OR'.
    8686         *         @type array {