Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11618 closed defect (bug) (fixed)

Three stray double semicolons

Reported by: demetris's profile demetris Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

Attached patch makes them single.

Attachments (2)

t11618-stray-double-semicolons.diff (1.3 KB) - added by demetris 15 years ago.
Changes three stray double semicolons to single semicolons.
11618-fourth.diff (433 bytes) - added by nacin 15 years ago.
Fourth ;; in class-ftp

Download all attachments as: .zip

Change History (6)

@demetris
15 years ago

Changes three stray double semicolons to single semicolons.

#1 @Denis-de-Bernardy
15 years ago

  • Keywords commit added

#2 @nacin
15 years ago

There's a fourth in wp-admin/includes/class-ftp.php.

@nacin
15 years ago

Fourth ;; in class-ftp

#3 @automattor
15 years ago

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

(In [12548]) Swap out ;; for ;. Fixes #11618 props demetris and nacin.

Note: See TracTickets for help on using tickets.