Changeset 31188 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r31152 r31188 261 261 262 262 // (Re)create it, if it's gone missing 263 if ( ! is_object( $phpmailer ) || !is_a( $phpmailer, 'PHPMailer') ) {263 if ( ! ( $phpmailer instanceof PHPMailer ) ) { 264 264 require_once ABSPATH . WPINC . '/class-phpmailer.php'; 265 265 require_once ABSPATH . WPINC . '/class-smtp.php';
Note: See TracChangeset
for help on using the changeset viewer.