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

See #32522


git-svn-id: https://develop.svn.wordpress.org/trunk@35084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-10-12 22:12:42 +00:00
parent 743d22415f
commit d04e6dc919
1 changed files with 1 additions and 1 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
*/