Opened 8 years ago
Closed 8 years ago
#39469 closed defect (bug) (fixed)
Different first char case of phpmailer send method
Reported by: | michalzuber | Owned by: | dd32 |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | trivial | Version: | 4.8 |
Component: | Keywords: | has-patch commit | |
Focuses: | Cc: |
Description
At https://core.trac.wordpress.org/browser/trunk/src/wp-includes/pluggable.php#L481 is Send()
, but at https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-phpmailer.php#L1207 is send()
I suggest lowercasing in pluggable.php to avoid upstream inconsistency https://github.com/PHPMailer/PHPMailer/blob/v5.2.20/class.phpmailer.php#L1207
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Lowercase send() in pluggable.php