Opened 23 months ago
Closed 20 months ago
#57467 closed defect (bug) (fixed)
Typo in wp-includes/rss.php
Reported by: | lanacodes | Owned by: | audrasjb |
---|---|---|---|
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
@
23 months ago
- Component changed from General to Feeds
- Focuses docs added
Thanks for the report and the patch!
This file has been deprecated for years, so it might not be worth fixing typos (see #57102 and #57107).
If we change this, however, I'd suggest replacing DTF with what represents, too.
regex to match W3C date/time format
Version 0, edited 23 months ago
by
(next)
#3
@
21 months ago
- Milestone changed from Awaiting Review to 6.3
The typos in #57102 were fixed, so this could be worth fixing, too.
#4
@
21 months 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".