From 18a26bf5130b6c779b56beaa74bacf5264d0c4c6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 21 Mar 2014 17:53:16 +0000 Subject: [PATCH] Fix a copy/paste error in WP_Date_Query parameter description. props jdgrimes. fixes #27472. Built from https://develop.svn.wordpress.org/trunk@27648 git-svn-id: http://core.svn.wordpress.org/trunk@27491 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/date.php b/wp-includes/date.php index 0c42766e55..99bbb4e012 100644 --- a/wp-includes/date.php +++ b/wp-includes/date.php @@ -71,7 +71,7 @@ class WP_Date_Query { * @type string $day Optional when passing array.The day of the month. * Default (string:empty)|(array:1). Accepts numbers 1-31. * } - * @type string|array $after Optional. Date to retrieve posts before. Accepts strtotime()-compatible + * @type string|array $after Optional. Date to retrieve posts after. Accepts strtotime()-compatible * string, or array of 'year', 'month', 'day' values. { * * @type string $year The four-digit year. Default empty. Accepts any four-digit year.