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
This commit is contained in:
Gary Pendergast 2015-10-26 05:19:26 +00:00
parent 2f42bf0a73
commit cbcecfaaeb
2 changed files with 2 additions and 2 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
*/

View File

@ -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.