Skip to:
Content

bbPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#3390 closed defect (bug) (fixed)

Wrong extra quoting sign in a link

Reported by: peterkueger's profile peterkueger Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.6 Priority: normal
Severity: normal Version:
Component: API - Formatting Keywords: commit good-first-bug
Cc:

Description

There is a double quoting char too much in bbpress/includes/common/formatting.php on line 510 (the third one):

$html   = '<a href="%1$s"' . $class . '">%2$s</a>';

Change History (3)

#1 @johnjamesjacoby
5 years ago

  • Component changed from General to API - Formatting
  • Keywords commit good-first-bug added
  • Milestone changed from Awaiting Review to 2.6.6
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

#2 @johnjamesjacoby
5 years ago

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

In 7121:

Formatting: remove extra double quote in bbp_make_mentions_clickable_callback().

In trunk, for 2.7.

Props peterkueger.

Fixes #3390.

#3 @johnjamesjacoby
5 years ago

#3404 was marked as a duplicate.

Note: See TracTickets for help on using tickets.