Move redirect_post() from wp-admin/post.php to wp-admin/includes/post.php.

See #33813.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-09-10 21:31:24 +00:00
parent f0b95b7bcc
commit 503aa8b76d
3 changed files with 50 additions and 50 deletions

View File

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