Opened 14 years ago
Closed 14 years ago
#21723 closed defect (bug) (fixed)
Twenty Twelve: Add permalink for image posts without a title
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Appart from occasionally missing the date as described in #21721, Image posts may also miss a permalink to the single view, when they have no title.
An easy way to address this would be to wrap the post date in <time> markup and add the permalink, similar to how twentytwelve_entry_meta() does it.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch is a good start, but I think needs better escaping like
esc_attr( get_the_time() )in the title attribute.