Docs: Remove some more dittography.

See #34885, r35793.


git-svn-id: https://develop.svn.wordpress.org/trunk@35796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Kovshenin
2015-12-06 21:49:43 +00:00
parent b09fd386fd
commit 318455ff24
5 changed files with 5 additions and 5 deletions

View File

@@ -853,7 +853,7 @@ class WP_Date_Query {
*
* You can pass an array of values (year, month, etc.) with missing parameter values being defaulted to
* either the maximum or minimum values (controlled by the $default_to parameter). Alternatively you can
* pass a string that that will be run through strtotime().
* pass a string that will be run through strtotime().
*
* @since 3.7.0
* @access public