Update PHPMailer to 5.2.22.

The full list of changes is available here:
https://github.com/PHPMailer/PHPMailer/compare/v5.2.21...v5.2.22

Fixes #37210 for trunk.

Built from https://develop.svn.wordpress.org/trunk@39759


git-svn-id: http://core.svn.wordpress.org/trunk@39697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2017-01-11 01:23:41 +00:00
parent 3fd9465cc1
commit 5eb452d15b
3 changed files with 26 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39758';
$wp_version = '4.8-alpha-39759';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.