Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#7414 closed defect (bug) (fixed)

Missing Parenthesis in wp_list_bookmarks

Reported by: brianwhite's profile brianwhite Owned by:
Milestone: 2.6.1 Priority: lowest
Severity: trivial Version: 2.6
Component: General Keywords:
Focuses: 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)

bookmark-template_php.diff (493 bytes) - added by brianwhite 16 years ago.
Patch that adds matching "(" before Last Updated:

Download all attachments as: .zip

Change History (4)

@brianwhite
16 years ago

Patch that adds matching "(" before Last Updated:

#1 @azaozz
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8463]) Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7

#2 @azaozz
16 years ago

  • 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

#3 @azaozz
16 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [8464]) Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.6.1

Note: See TracTickets for help on using tickets.