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:
parent
95be0b747f
commit
887e88d7d0
|
@ -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
|
* @since 4.4.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue