Make WordPress Core

Ticket #59691: 59691.diff

File 59691.diff, 598 bytes (added by ivanzhuck, 12 months ago)
  • src/wp-includes/formatting.php

    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 
    23352335                                '%cc%80',
    23362336                                '%cc%84',
    23372337                                '%cc%8c',
     2338                                // Apostrophes.
     2339                                '%ca%bc',
     2340                                '%cb%ae',
     2341                                '%d5%9a',
     2342                                '%df%b4',
     2343                                '%df%b5',
     2344                                '%ef%bc%87',
    23382345                                // Non-visible characters that display without a width.
    23392346                                '%e2%80%8b', // Zero width space.
    23402347                                '%e2%80%8c', // Zero width non-joiner.