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:
parent
75426585fb
commit
2dd5ad6327
|
@ -4692,7 +4692,7 @@ class WP_Query {
|
||||||
/**
|
/**
|
||||||
* Is the query for an embedded post?
|
* Is the query for an embedded post?
|
||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue