WordPress 4.3 has just passed 2,222,222 downloads.

(Fix typo in [33653].)

git-svn-id: https://develop.svn.wordpress.org/trunk@33661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-08-20 15:59:30 +00:00
parent 89ecad8808
commit 3b4c1e7dd6
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,7 @@ class WP_Query {
* @since 1.5.0
* @since 4.2.0 Introduced the ability to order by specific clauses of a `$meta_query`, by passing the clause's
* array key to `$orderby`.
* @since 4.3.0 Introduced the `$post_name__in` parameter.
* @since 4.4.0 Introduced the `$post_name__in` parameter.
* @access public
*
* @param string|array $query {