Store SQL clauses in WP_Comment_Query property.

This small syntax change paves the way for some improvements related to #8071.
Built from https://develop.svn.wordpress.org/trunk@34542


git-svn-id: http://core.svn.wordpress.org/trunk@34506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2015-09-25 14:09:25 +00:00
parent 8a8e6557d0
commit 4b467a2698
2 changed files with 51 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34541';
$wp_version = '4.4-alpha-34542';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.