Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17989 closed defect (bug) (fixed)

stray 't' character in TwentyEleven

Reported by: dd32's profile dd32 Owned by: azaozz's profile azaozz
Milestone: 3.2.1 Priority: normal
Severity: normal Version: 3.2
Component: Bundled Theme Keywords: has-patch
Focuses: Cc:

Description

As reported in the support forums: http://wordpress.org/support/topic/bug-in-theme-twenty-eleven?replies=1

n "content-quote.php" At Line 24:
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>t

The "t" at the end is definitely unnecessary.

Introduced with [18348]

Attachments (1)

content-quote-ticket17989.diff (830 bytes) - added by AndrewFrazier 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @AndrewFrazier
13 years ago

  • Keywords has-patch added

Here's a patch, removing the stray character.

#2 @azaozz
13 years ago

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

In [18402]:

Fix typo in 2011, props AndrewFrazier, fixes #17989 for 3.2

#3 @azaozz
13 years ago

In [18403]:

Fix typo in 2011, props AndrewFrazier, fixes #17989 for trunk

Note: See TracTickets for help on using tickets.