diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php
index bc150c8a537c..18cbc4e3875a 100644
a
|
b
|
function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'displa |
2335 | 2335 | '%cc%80', |
2336 | 2336 | '%cc%84', |
2337 | 2337 | '%cc%8c', |
| 2338 | // Apostrophes. |
| 2339 | '%ca%bc', |
| 2340 | '%cb%ae', |
| 2341 | '%d5%9a', |
| 2342 | '%df%b4', |
| 2343 | '%df%b5', |
| 2344 | '%ef%bc%87', |
2338 | 2345 | // Non-visible characters that display without a width. |
2339 | 2346 | '%e2%80%8b', // Zero width space. |
2340 | 2347 | '%e2%80%8c', // Zero width non-joiner. |