Changeset 19642
- Timestamp:
- 01/02/2012 08:44:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-phpmailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r19632 r19642 758 758 */ 759 759 protected function SmtpSend($header, $body) { 760 require_once $this->PluginDir . 'class .smtp.php';760 require_once $this->PluginDir . 'class-smtp.php'; 761 761 $bad_rcpt = array(); 762 762
Note: See TracChangeset
for help on using the changeset viewer.