Changes between Initial Version and Version 1 of Ticket #25253, comment 2
- Timestamp:
- 09/08/2013 06:23:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25253, comment 2
initial v1 1 1 Could not reproduce the issue neither with the password reset form nor with your plugin from the forum topic, it works fine for me. 2 2 3 The only place in core where `class-phpmailer.php` i nincluded 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].3 The 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]. 4 4 5 5 I can only reproduce this fatal error if I manually include `class-phpmailer.php` twice outside of `wp_mail()`.