summaryrefslogtreecommitdiffstats
path: root/wp-includes/class-phpmailer.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/class-phpmailer.php')
-rw-r--r--wp-includes/class-phpmailer.php21
1 files changed, 10 insertions, 11 deletions
diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php
index c40b84d..52840d8 100644
--- a/wp-includes/class-phpmailer.php
+++ b/wp-includes/class-phpmailer.php
@@ -1,15 +1,14 @@
<?php
-////////////////////////////////////////////////////
-// PHPMailer - PHP email class
-//
-// Class for sending email using either
-// sendmail, PHP mail(), or SMTP. Methods are
-// based upon the standard AspEmail(tm) classes.
-//
-// Copyright (C) 2001 - 2003 Brent R. Matzelle
-//
-// License: LGPL, see LICENSE
-////////////////////////////////////////////////////
+/**
+ * PHPMailer - PHP email class
+ *
+ * Class for sending email using either sendmail, PHP mail(), or SMTP. Methods
+ * are based upon the standard AspEmail(tm) classes.
+ *
+ * @copyright 2001 - 2003 Brent R. Matzelle
+ * @license LGPL
+ * @package PHPMailer
+ */
/**
* PHPMailer - PHP email transport class