From 26673814dffc5474d72f70c7b8ac0d9c04596de3 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 21 Feb 2024 18:39:09 +0000 Subject: [PATCH] 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 --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 7fa4554d50..dca355a0a7 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -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 "" 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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 3050757503..d5cee36232 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.