Changeset 52811 for trunk/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 02/28/2022 09:36:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/SMTP.php
r52749 r52811 36 36 * @var string 37 37 */ 38 const VERSION = '6. 5.4';38 const VERSION = '6.6.0'; 39 39 40 40 /** … … 484 484 * @param string $password The password 485 485 * @param string $authtype The auth type (CRAM-MD5, PLAIN, LOGIN, XOAUTH2) 486 * @param OAuth $OAuth An optional OAuthinstance for XOAUTH2 authentication486 * @param OAuthTokenProvider $OAuth An optional OAuthTokenProvider instance for XOAUTH2 authentication 487 487 * 488 488 * @return bool True if successfully authenticated
Note: See TracChangeset
for help on using the changeset viewer.