Skip to:
Content

bbPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3291 closed defect (bug) (fixed)

Missing semicolon

Reported by: casiepa's profile casiepa Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.3 Priority: normal
Severity: normal Version:
Component: Locale - i18n/l10n Keywords:
Cc:

Description

https://plugins.trac.wordpress.org/browser/bbpress/tags/2.6.2/includes/admin/forums.php#L127

mark the selected forum as ’closed&#8217 and

should be

mark the selected forum as ’closed’ and

Change History (3)

#1 @johnjamesjacoby
6 years ago

  • Component changed from General to Locale - i18n/l10n
  • Milestone changed from Awaiting Review to 2.6.3
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

#2 @johnjamesjacoby
6 years ago

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

In 6988:

Locale: fix an encoding typo.

This commit fixes a hard-to-see character encoding bug causing a right-quote to be incomplete in an admin-area Help Tab.

Props casiepa. Fixes #3291. For 2.6.3, branches/2.6.

#3 @johnjamesjacoby
6 years ago

In 6989:

Locale: fix an encoding typo.

This commit fixes a hard-to-see character encoding bug causing a right-quote to be incomplete in an admin-area Help Tab.

Props casiepa. Fixes #3291. For 2.7, trunk.

Note: See TracTickets for help on using tickets.