Index: src/wp-includes/date.php
===================================================================
--- src/wp-includes/date.php	(revision 31056)
+++ src/wp-includes/date.php	(working copy)
@@ -79,8 +79,8 @@
 	 *                                'post_date_gmt', 'post_modified','post_modified_gmt', 'comment_date',
 	 *                                'comment_date_gmt'.
 	 *         @type string $compare  Optional. The comparison operator.
-	 *                                Accepts '=', '!=', '>', '>=', '<', '<=', 'IN', 'NOT IN'. Default '='.
-	 *                                'BETWEEN', 'NOT BETWEEN'.
+	 *                                Accepts '=', '!=', '>', '>=', '<', '<=', 'IN', 'NOT IN', 'BETWEEN',
+	 *                                'NOT BETWEEN'. Default '='.
 	 *         @type string $relation Optional. The boolean relationship between the date queries.
 	 *                                Accepts 'OR', 'AND'. Default 'OR'.
 	 *         @type array {
