diff --git a/wp-includes/embed-functions.php b/wp-includes/embed-functions.php index e5837cf453..fed811ddd6 100644 --- a/wp-includes/embed-functions.php +++ b/wp-includes/embed-functions.php @@ -836,7 +836,7 @@ function print_embed_styles() { } /** - * Prints the CSS in the embed iframe header. + * Prints the JavaScript in the embed iframe header. * * @since 4.4.0 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 55f10f1755..8bec653c85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35393'; +$wp_version = '4.4-beta1-35394'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.