From 65c07b81c0a8e2693760950678fbb1ccd39de8a4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Aug 2015 20:39:58 +0000 Subject: [PATCH] Remove `wp-includes/comment-functions.php` from the `$_old_files` array. See [33750]. props rachelbaker. fixes #33569. git-svn-id: https://develop.svn.wordpress.org/trunk@33772 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index 427cc31a58..ac1ac37645 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/wp-admin/includes/update-core.php @@ -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',