diff --git a/wp-includes/embed-template.php b/wp-includes/embed-template.php index f9cc3a2e13..0fc245276e 100644 --- a/wp-includes/embed-template.php +++ b/wp-includes/embed-template.php @@ -200,7 +200,7 @@ if ( have_posts() ) :
diff --git a/wp-includes/version.php b/wp-includes/version.php index 2f396aa707..98b24de4f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35085'; +$wp_version = '4.4-alpha-35086'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.