From d04e6dc919a6b4a489a971c9cd2cb25f01b3f090 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 12 Oct 2015 22:12:42 +0000 Subject: [PATCH] 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 --- src/wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index f3287dae9d..377e5a02ca 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -4692,7 +4692,7 @@ class WP_Query { /** * Is the query for an embedded post? * - * @since 3.1.0 + * @since 4.4.0 * * @return bool */