Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4700 closed defect (bug) (fixed)

class.smtp.php in "class-phpmailer.php" should be "class-smtp.php"

Reported by: tension7's profile tension7 Owned by: nazgul's profile Nazgul
Milestone: 2.3 Priority: normal
Severity: normal Version:
Component: General Keywords: smtp has-patch
Focuses: Cc:

Description

in class-phpmailer.php
line 459, function SmtpSend($header, $body)
line 460, include_once($this->PluginDir. "class.smtp.php");

here should be '-'

Attachments (1)

4700.diff (480 bytes) - added by Nazgul 18 years ago.

Download all attachments as: .zip

Change History (3)

@Nazgul
18 years ago

#1 @Nazgul
18 years ago

  • Keywords has-patch added
  • Milestone set to 2.3 (trunk)
  • Owner changed from anonymous to Nazgul
  • Status changed from new to assigned

#2 @markjaquith
18 years ago

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

(In [5852]) Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700

Note: See TracTickets for help on using tickets.