Move the default arguments hash notation for WP_Comment_Query to the new constructor, where the argument definitions were moved in [31793].

Core style dictates that the default arguments should be documented in the same function or method where they are defined.

See [31793].
Fixes #24826.

Built from https://develop.svn.wordpress.org/trunk@31795


git-svn-id: http://core.svn.wordpress.org/trunk@31777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-03-16 20:18:28 +00:00
parent 913c4cd69c
commit 04bfec64e4
2 changed files with 69 additions and 68 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31794';
$wp_version = '4.2-beta1-31795';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.