Export: Add a filer, 'export_wp_filename' to change the filename of the file to download when exporting.

Props MikeHansenMe, wonderboymusic.
Fixes #29500.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-09-19 17:44:24 +00:00
parent 0fd01b9057
commit 003edb6ea7
2 changed files with 16 additions and 3 deletions

View File

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