Correct the @since doc for WP_Query::is_embed().

See #32522

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


git-svn-id: http://core.svn.wordpress.org/trunk@35049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-10-12 22:13:25 +00:00
parent 75426585fb
commit 2dd5ad6327
2 changed files with 2 additions and 2 deletions

View File

@ -4692,7 +4692,7 @@ class WP_Query {
/**
* Is the query for an embedded post?
*
* @since 3.1.0
* @since 4.4.0
*
* @return bool
*/

View File

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