Opened 13 years ago
Closed 13 years ago
#21721 closed defect (bug) (fixed)
Twenty Twelve: Use the_time()/get_the_date() rather than the_date()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
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
@
13 years ago
Replying to ocean90:
Does something speaks against
echo get_the_date()?
No, not at all! I like even more.
Version 0, edited 13 years ago
by
(next)
#4
@
13 years ago
- 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()
Note: See
TracTickets for help on using
tickets.
Does something speaks against
echo get_the_date()?