Changeset 5852
- Timestamp:
- 08/05/2007 06:13:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r5700 r5852 458 458 */ 459 459 function SmtpSend($header, $body) { 460 include_once($this->PluginDir . "class .smtp.php");460 include_once($this->PluginDir . "class-smtp.php"); 461 461 $error = ""; 462 462 $bad_rcpt = array();
Note: See TracChangeset
for help on using the changeset viewer.