Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25253, comment 2


Ignore:
Timestamp:
09/08/2013 06:23:07 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25253, comment 2

    initial v1  
    11Could not reproduce the issue neither with the password reset form nor with your plugin from the forum topic, it works fine for me.
    22
    3 The only place in core where `class-phpmailer.php` in included is `wp_mail()`, but it first checks if `$phpmailer` global is defined, and it uses `require_once` rather than just `require`: [source:tags/3.6/wp-includes/pluggable.php#L223].
     3The only place in core where `class-phpmailer.php` is included is `wp_mail()`, but it first checks if `$phpmailer` global is defined, and it uses `require_once` rather than just `require`: [source:tags/3.6/wp-includes/pluggable.php#L223].
    44
    55I can only reproduce this fatal error if I manually include `class-phpmailer.php` twice outside of `wp_mail()`.