Opened 18 years ago
Closed 18 years ago
#7453 closed defect (bug) (wontfix)
Grammar Error in single.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
In single.php, at line 28, there needs to be a comma after calling the_time(), unless a different dating format is used.
Properly, when the "Mmmm dd, yyyy" format is used for dates in a sentence, and the year is not otherwise followed immediately by punctuation, it must be followed by a comma. This is because the comma offsets the year, much as would a parenthesis. (See Chicago Manual of Style 6.46.)
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Smallest patch I've ever written.