diff --git a/wp-includes/kses.php b/wp-includes/kses.php index f3881fbbac..bfe7a1b762 100644 --- a/wp-includes/kses.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a1084757fc..2187c03ef6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30720'; +$wp_version = '4.1-beta2-30721'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.