Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2505 closed defect (bug) (fixed)

typo in includes/replies/template.php

Reported by: tharsheblows's profile tharsheblows Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.5.3 Priority: normal
Severity: normal Version: 2.5.1
Component: Component - Replies Keywords:
Cc:

Description

in includes/replies/template.php
line 1028 / 1029

// Tweak link title if empty
			if ( empty( $$r['link_title'] ) ) {

should be

// Tweak link title if empty
			if ( empty( $r['link_title'] ) ) {

Apols, this is my first ticket and I have no clue how to submit a proper patch and it's version 2.5.2 not 2.5.1. Anyway, it's just a typo but thought you'd like to know.

Change History (3)

#1 @johnjamesjacoby
11 years ago

  • Component changed from General to Replies
  • Milestone changed from Awaiting Review to 2.5.3

#2 @johnjamesjacoby
11 years ago

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

In 5244:

Fix variable variable in bbp_get_reply_author_link() causing incorrect title attribute. Fixes #2505. (2.5 branch)

#3 @johnjamesjacoby
11 years ago

In 5245:

Fix variable variable in bbp_get_reply_author_link() causing incorrect title attribute. Fixes #2505. (trunk)

Note: See TracTickets for help on using tickets.