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
This commit is contained in:
Gary Pendergast 2015-10-26 05:18:48 +00:00
parent 95be0b747f
commit 887e88d7d0
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/