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.