From cbcecfaaeb93a75a3036e3e975bf5ce2e988cca9 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 26 Oct 2015 05:19:26 +0000 Subject: [PATCH] Docs: Fix a typo in the `print_embed_scripts()` function header. Props brainstormforce. Fixes #34445. Built from https://develop.svn.wordpress.org/trunk@35394 git-svn-id: http://core.svn.wordpress.org/trunk@35358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.