Fix a copy/paste error in WP_Date_Query parameter description.

props jdgrimes.
fixes #27472.

git-svn-id: https://develop.svn.wordpress.org/trunk@27648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-03-21 17:52:08 +00:00
parent ff5c4e186b
commit 4db18a113d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class WP_Date_Query {
* @type string $day Optional when passing array.The day of the month. * @type string $day Optional when passing array.The day of the month.
* Default (string:empty)|(array:1). Accepts numbers 1-31. * 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. { * string, or array of 'year', 'month', 'day' values. {
* *
* @type string $year The four-digit year. Default empty. Accepts any four-digit year. * @type string $year The four-digit year. Default empty. Accepts any four-digit year.