Upgrade/Install: Sanitize file name in File_Upload_Upgrader.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler
2016-09-06 17:26:31 +00:00
parent 4131900722
commit 54720a14d8
2 changed files with 6 additions and 2 deletions

View File

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