Make WordPress Core

Ticket #49791: 49791-2.diff

File 49791-2.diff, 489 bytes (added by roytanck, 5 years ago)

Removes all bullet characters that are categorized as punctuation or geometric shapes.

  • src/wp-includes/formatting.php

     
    22652265                                '%c2%b0',
    22662266                                '%e2%80%a6',
    22672267                                '%e2%84%a2',
     2268                                // Bullets characters.
     2269                                '%e2%80%a2',
     2270                                '%e2%80%a3',
     2271                                '%e2%97%a6',
     2272                                '%e2%81%83',
     2273                                '%e2%81%8c',
     2274                                '%e2%81%8d',
     2275                                '%e2%97%98',
    22682276                                // Acute accents.
    22692277                                '%c2%b4',
    22702278                                '%cb%8a',