Script Loader: Fix small typo in `wp_remove_surrounding_empty_script_tags` docblock.
Props shailu25. Fixes #60591. Built from https://develop.svn.wordpress.org/trunk@57682 git-svn-id: http://core.svn.wordpress.org/trunk@57183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d1ed1715b
commit
26673814df
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-beta2-57681';
|
||||
$wp_version = '6.5-beta2-57682';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue