Opened 2 years ago
Closed 2 years ago
#57467 closed defect (bug) (fixed)
Typo in wp-includes/rss.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.3 | Priority: | low |
Severity: | trivial | Version: | |
Component: | Feeds | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
wp-includes/rss.php line 839:
# regex to match wc3dtf
Incorrectly has "WC3" instead of "W3C".
Attachments (2)
Change History (10)
#2
@
2 years ago
- Component changed from General to Feeds
- Focuses docs added
#3
@
2 years ago
- Milestone changed from Awaiting Review to 6.3
The typos in #57102 were fixed, so this could be worth fixing, too.
#4
@
2 years ago
- Priority changed from normal to low
- Severity changed from normal to trivial
- Version 6.1.1 deleted
Self assigning for review
Note: See
TracTickets for help on using
tickets.
Change "wc3dtf" to "w3cdtf".