Opened 11 months ago
Closed 8 months ago
#21064 closed enhancement (fixed)
Recent Posts widget: provide optional post date display
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Widgets | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch dev-feedback commit |
| Cc: | ocean90 |
Description
As a small enhancement to the Recent Posts widget, add an option to display the post date next to each post. Similar to how the RSS Widget date can be added to the display.
If enabled (should be off by default) -- the widget's HTML output should include the post date after the post title. The date format should match the WP user-set date format.
Attachments (5)
Change History (15)
lancewillett — 11 months ago
lancewillett — 11 months ago
SergeyBiryukov — 10 months ago
comment:2
SergeyBiryukov — 10 months ago
- Milestone changed from Awaiting Review to 3.5
comment:3
DrewAPicture — 10 months ago
Looks good in FF14, Safari 6, Chrome 21 => recent-posts-07-05.png
comment:4
lancewillett — 9 months ago
Would love a core dev feedback and blessing to get this into 3.5, it's a nice improvement and Twenty Twelve can show it off.
comment:5
follow-up:
↓ 6
lancewillett — 9 months ago
- Keywords commit added
Ready for a code review and commit, please.
Replying to lancewillett:
Ready for a code review and commit, please.
Looks good to me and is a great enhancement to the widget.
- Resolution set to fixed
- Status changed from accepted to closed
In [21935]:
comment:9
lancewillett — 8 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Facepalm moment, I didn't close one of the label tags. This causes brokenness in IE browsers on the Widgets admin page; can't drag and drop widgets.
comment:10
nacin — 8 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [21978]:

Looks good to me.
Minor edit in line 576 (only switch to PHP to print the date) for consistency with line 574.