Opened 9 months ago
Closed 9 months ago
#21721 closed defect (bug) (fixed)
Twenty Twelve: Use the_time()/get_the_date() rather than the_date()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | lancewillett |
Description
In the footer of post formats, a permalink is being displayed, using the_date() for the anchor text. The function will only output the date if the current post's date is different from the previous one output, though. This may leave a formatted post without a permalink.
Attachments (2)
Change History (9)
Replying to ocean90:
Does something speaks against echo get_the_date()?
No, not at all! I like it even more.
- Summary changed from Twenty Twelve: Use the_time() rather than the_date() to Twenty Twelve: Use the_time()/get_he_date() rather than the_date()
comment:5
SergeyBiryukov — 9 months ago
- Summary changed from Twenty Twelve: Use the_time()/get_he_date() rather than the_date() to Twenty Twelve: Use the_time()/get_the_date() rather than the_date()
comment:7
lancewillett — 9 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21670]:
Note: See
TracTickets for help on using
tickets.

Does something speaks against echo get_the_date()?