mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
WordPress 4.3 has just passed 2,222,222 downloads.
(Fix typo in [33653].) Built from https://develop.svn.wordpress.org/trunk@33661 git-svn-id: http://core.svn.wordpress.org/trunk@33628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e4606c13e
commit
6d45b63562
@ -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 {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33660';
|
||||
$wp_version = '4.4-alpha-33661';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user