Opened 5 years ago
Closed 5 years ago
#7414 closed defect (bug) (fixed)
Missing Parenthesis in wp_list_bookmarks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.6.1 |
| Component: | General | Version: | 2.6 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
If you use the show_updated feature of the wp_list_bookmarks function (which calls the _walk_bookmarks function internally) the opening parenthesis is inadvertently omitted from the Last Updated date/time which is show in parenthesis. This fix corrects that typo.
Attachments (1)
Change History (4)
brianwhite — 5 years ago
- Resolution set to fixed
- Status changed from new to closed
- Milestone changed from 2.7 to 2.6.1
- Resolution fixed deleted
- Status changed from closed to reopened
- Version set to 2.6
Re-open for 2.6.1
Note: See
TracTickets for help on using
tickets.

Patch that adds matching "(" before Last Updated: