Updates: FTP: Add a missing PCRE modifer in [34281].

See #16026, #33432x

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


git-svn-id: http://core.svn.wordpress.org/trunk@34246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-09-18 08:23:25 +00:00
parent 5abc1eaab9
commit 6113e498fc
2 changed files with 2 additions and 2 deletions

View File

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