diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 1e7739df91..3a11d8a69f 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -1777,7 +1777,7 @@ function wp_kses_bad_protocol_once2( $string, $allowed_protocols ) { * Converts and fixes HTML entities. * * This function normalizes HTML entities. It will convert `AT&T` to the correct - * `AT&T`, `:` to `:`, `&#XYZZY;` to `&#XYZZY;` and so on. + * `AT&T`, `:` to `:`, `&#XYZZY;` to `&#XYZZY;` and so on. * * When `$context` is set to 'xml', HTML entities are converted to their code points. For * example, `AT&T…&#XYZZY;` is converted to `AT&T…&#XYZZY;`. diff --git a/wp-includes/version.php b/wp-includes/version.php index 89aad36884..ae2451b016 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49303'; +$wp_version = '5.6-beta1-49304'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.