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