Ticket #45378: 45378.diff
| File 45378.diff, 439 bytes (added by , 7 years ago) |
|---|
-
wp-includes/formatting.php
diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index fa73fc8c84..74578b52f6 100644
a b function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'displa 2232 2232 // Strip these characters entirely 2233 2233 $title = str_replace( 2234 2234 array( 2235 // soft hyphens 2236 '%c2%ad', 2235 2237 // iexcl and iquest 2236 2238 '%c2%a1', 2237 2239 '%c2%bf',