Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #8464, comment 11


Ignore:
Timestamp:
06/03/2019 11:45:59 AM (7 years ago)
Author:
RavanH
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8464, comment 11

    v1 v2  
    11After 10 years, this bug seems to be back in 5.2.1
    22
    3 On a completely fresh install (no plugins, default theme) I added a category with a ' (single quote) in the title. This converts to `’` in the feed title tag. This in turn, generates
     3On a completely fresh install (no plugins, default theme) I added a **category** with a ' (single quote) in the title. This converts to `’` in the feed title. This in turn, generates
    44{{{
    55This feed does not validate.
     
    88}}}
    99for the tag feed on https://validator.w3.org/feed/
     10
     11Note: a single quote in a **tag** title does not get converted!