4.1 Docs Audit: Improve inline documentation in various WP_Date_Query methods modified in 4.1.

See #30469.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-28 11:26:23 +00:00
parent 4432dc752b
commit e0e6c98928
2 changed files with 8 additions and 8 deletions

View File

@ -180,7 +180,7 @@ class WP_Date_Query {
*
* Ensures that each query-level clause has a 'relation' key, and that
* each first-order clause contains all the necessary keys from
* $defaults.
* `$defaults`.
*
* @since 4.1.0
* @access public
@ -579,7 +579,7 @@ class WP_Date_Query {
*
* @param array $query Query to parse.
* @param int $depth Optional. Number of tree levels deep we currently are.
* Used to calculate indentation.
* Used to calculate indentation. Default 0.
* @return array {
* Array containing JOIN and WHERE SQL clauses to append to a single query array.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30610';
$wp_version = '4.1-beta2-30611';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.