Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#39469 closed defect (bug) (fixed)

Different first char case of phpmailer send method

Reported by: michalzuber's profile michalzuber Owned by: dd32's profile dd32
Milestone: 4.8 Priority: normal
Severity: trivial Version: 4.8
Component: Mail Keywords: has-patch commit
Focuses: Cc:

Attachments (1)

39469.diff (490 bytes) - added by michalzuber 8 years ago.
Lowercase send() in pluggable.php

Download all attachments as: .zip

Change History (4)

@michalzuber
8 years ago

Lowercase send() in pluggable.php

#1 @dd32
8 years ago

  • Keywords has-patch commit added
  • Severity changed from normal to trivial

PHP method names are case insensitive, but sure, nothing wrong with changing this.

#2 @dd32
8 years ago

  • Milestone changed from Awaiting Review to 4.8

#3 @dd32
8 years ago

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

In 39691:

Mail: In PHPMailer 5.2.7 the case of the Send() method changed to send(), update our call for consistency with the library.

Props michalzuber.
Fixes #39469.

Note: See TracTickets for help on using tickets.