Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#11618 closed defect (bug) (fixed)

Three stray double semicolons

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

Description

Attached patch makes them single.

Attachments (2)

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

Download all attachments as: .zip

Change History (6)

@demetris
17 years ago

Changes three stray double semicolons to single semicolons.

#1 @Denis-de-Bernardy
17 years ago

  • Keywords commit added

#2 @nacin
17 years ago

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

@nacin
17 years ago

Fourth ;; in class-ftp

#3 @automattor
17 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.