Changeset 38399 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/27/2016 09:15:01 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r38371 r38399 212 212 if ( ! ( $phpmailer instanceof PHPMailer ) ) { 213 213 require_once ABSPATH . WPINC . '/class-phpmailer.php'; 214 require_once ABSPATH . WPINC . '/class-smtp.php';215 214 $phpmailer = new PHPMailer( true ); 216 215 }
Note: See TracChangeset
for help on using the changeset viewer.