Opened 8 years ago
Closed 8 years ago
#1941 closed defect (bug) (invalid)
WP_Error empty code parameter
Reported by: | zw7 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | General | Keywords: | |
Cc: |
Description
While debugging the function wp_mail i found a problem within WP_Error class.
On the constructor, we ignore $message and $data parameters if $code is empty, yet the php function Exception::getCode() returns 0 if the exception is thrown without a code.
This is the case for the whole phpmailer library and who knows how many others :)
Note: See
TracTickets for help on using
tickets.
Hi there, and thanks for the ticket.
Unfortunately, it sounds like you might be trying to submit a ticket for WordPress core, but are currently on the bugtracker for the WordPress.org network instead.
You will want to report this over at https://core.trac.wordpress.org/