Make WordPress Core

Ticket #49791: 49791.diff

File 49791.diff, 433 bytes (added by roytanck, 5 years ago)

Adds the bullet, white bullet and inverse bullet characters to the filter list in sanitize_title_with_dashes().

  • src/wp-includes/formatting.php

     
    22652265                                '%c2%b0',
    22662266                                '%e2%80%a6',
    22672267                                '%e2%84%a2',
     2268                                // Regular, white and inverse bullets.
     2269                                '%e2%80%a2',
     2270                                '%e2%97%a6',
     2271                                '%e2%97%98',
    22682272                                // Acute accents.
    22692273                                '%c2%b4',
    22702274                                '%cb%8a',