mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Script Loader: Fix small typo in wp_remove_surrounding_empty_script_tags docblock.
Props shailu25. Fixes #60591. git-svn-id: https://develop.svn.wordpress.org/trunk@57682 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6c2ed039cb
commit
668cbbf7a5
@ -3353,7 +3353,7 @@ function wp_add_editor_classic_theme_styles( $editor_settings ) {
|
||||
* This is a helper meant to be used for literal script tag construction
|
||||
* within `wp_get_inline_script_tag()` or `wp_print_inline_script_tag()`.
|
||||
* It removes the literal values of "<script>" and "</script>" from
|
||||
* around an inline script after trimming whitespace. Typlically this
|
||||
* around an inline script after trimming whitespace. Typically this
|
||||
* is used in conjunction with output buffering, where `ob_get_clean()`
|
||||
* is passed as the `$contents` argument.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user