Updates: FTP/PemFTP Library: Remove the usage of deprecated regular expression functions (ereg replaced by PCRE).

Props enshrined, aaroncampbell
Fixes #16026, #33432

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


git-svn-id: http://core.svn.wordpress.org/trunk@34245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-09-18 08:20:27 +00:00
parent 3ed914175a
commit 5abc1eaab9
4 changed files with 9 additions and 9 deletions

View File

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