diff --git a/src/wp-includes/kses.php b/src/wp-includes/kses.php index bfe7a1b762..cd2727a484 100644 --- a/src/wp-includes/kses.php +++ b/src/wp-includes/kses.php @@ -1173,7 +1173,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. * * @since 1.0.0 *