diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index a76e954e89..a9a43bda4d 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2329,6 +2329,7 @@ function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'displa '%e2%80%ad', // Left-to-right override. '%e2%80%ae', // Right-to-left override. '%ef%bb%bf', // Byte order mark. + '%ef%bf%bc', // Object replacement character. ), '', $title diff --git a/wp-includes/version.php b/wp-includes/version.php index 7077d4f5b1..2f06feb732 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54473'; +$wp_version = '6.1-beta3-54474'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.