Changeset 38402 for trunk/src/wp-includes/class-phpmailer.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-phpmailer.php
r38399 r38402 1386 1386 { 1387 1387 if (!is_object($this->smtp)) { 1388 require_once( 'class-smtp.php' ); 1388 1389 $this->smtp = new SMTP; 1389 1390 }
Note: See TracChangeset
for help on using the changeset viewer.