Changeset 54427 for trunk/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 10/09/2022 05:10:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/SMTP.php
r53917 r54427 36 36 * @var string 37 37 */ 38 const VERSION = '6.6. 4';38 const VERSION = '6.6.5'; 39 39 40 40 /** … … 683 683 public function close() 684 684 { 685 $this->setError('');686 685 $this->server_caps = null; 687 686 $this->helo_rply = null;
Note: See TracChangeset
for help on using the changeset viewer.