Opened 14 years ago
Closed 14 years ago
#21721 closed defect (bug) (fixed)
Twenty Twelve: Use the_time()/get_the_date() rather than the_date()
| Reported by: | obenland | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
#3
in reply to: ↑ 2
@
14 years ago
Replying to ocean90:
Does something speaks against
echo get_the_date()?
No, not at all! I like it even more.
#4
@
14 years ago
- Summary Twenty Twelve: Use the_time() rather than the_date() → Twenty Twelve: Use the_time()/get_he_date() rather than the_date()
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Does something speaks against
echo get_the_date()?