From 887e88d7d060af48febf7c3f366a7ae0a1316716 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 26 Oct 2015 05:18:48 +0000 Subject: [PATCH] Docs: Fix a typo in the `print_embed_scripts()` function header. Props brainstormforce. Fixes #34445. git-svn-id: https://develop.svn.wordpress.org/trunk@35394 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed-functions.php b/src/wp-includes/embed-functions.php index 35e6587963..7e90221874 100644 --- a/src/wp-includes/embed-functions.php +++ b/src/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 */