Opened 10 years ago
Closed 10 years ago
#39469 closed defect (bug) (fixed)
Different first char case of phpmailer send method
| Reported by: | michalzuber | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Version: | 4.8 | |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Lowercase send() in pluggable.php