diff --git a/wp-includes/embed-functions.php b/wp-includes/embed-functions.php index fed811ddd6..7b82824e4c 100644 --- a/wp-includes/embed-functions.php +++ b/wp-includes/embed-functions.php @@ -466,6 +466,7 @@ function get_post_embed_html( $post = null, $width, $height ) { $embed_url = get_post_embed_url( $post ); $output = ""; $output .= sprintf( diff --git a/wp-includes/version.php b/wp-includes/version.php index 90a876fe57..39ba67f720 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35405'; +$wp_version = '4.4-beta1-35406'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.