Remove wp-includes/comment-functions.php from the $_old_files array. See [33750].

props rachelbaker.
fixes #33569.
Built from https://develop.svn.wordpress.org/trunk@33772


git-svn-id: http://core.svn.wordpress.org/trunk@33740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-08-27 20:40:24 +00:00
parent 69bee8ed43
commit 4ae4d94dbb
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ $_old_files = array(
'wp-admin/link-categories.php',
'wp-admin/list-manipulation.js',
'wp-admin/list-manipulation.php',
'wp-includes/comment-functions.php',
'wp-includes/feed-functions.php',
'wp-includes/functions-compat.php',
'wp-includes/functions-formatting.php',

View File

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