diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 5ad504602b..807eb45e34 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -1925,7 +1925,7 @@ function wp_kses_named_entities( $matches ) { * @since 5.5.0 * * @global array $allowedentitynames - * @global array $allowedxmlnamedentities + * @global array $allowedxmlentitynames * * @param array $matches preg_replace_callback() matches array. * @return string Correctly encoded entity. diff --git a/wp-includes/version.php b/wp-includes/version.php index 71a51f5661..5cc49e079b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52637'; +$wp_version = '6.0-alpha-52639'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.