Changeset 38470 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/31/2016 04:30:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r38421 r38470 212 212 if ( ! ( $phpmailer instanceof PHPMailer ) ) { 213 213 require_once ABSPATH . WPINC . '/class-phpmailer.php'; 214 require_once ABSPATH . WPINC . '/class-smtp.php'; 214 215 $phpmailer = new PHPMailer( true ); 215 216 }
Note: See TracChangeset
for help on using the changeset viewer.