From 2dd5ad6327f983caebff91626f60be93834162a3 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 12 Oct 2015 22:13:25 +0000 Subject: [PATCH] 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 --- wp-includes/query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index f3287dae9d..377e5a02ca 100644 --- a/wp-includes/query.php +++ b/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 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8a7370feed..9f655c7996 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.