Opened 18 years ago
Closed 18 years ago
#7453 closed defect (bug) (wontfix)
Grammar Error in single.php
| Reported by: | oeconomist | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Smallest patch I've ever written.