From 214f2ec681e1c431682ae779f085472a5f33433f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 11 Feb 2009 21:38:29 +0000 Subject: [PATCH] Don't put any wp-content files in the old files list. git-svn-id: https://develop.svn.wordpress.org/trunk@10551 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/update-core.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 36c55f4cdd..038e77cb74 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -161,11 +161,7 @@ $_old_files = array( 'wp-images/smilies', 'wp-images/wp-small.png', 'wp-images/wpminilogo.png', -'wp.php', -'wp-content/themes/default/attachment.php', -'wp-content/themes/default/images/kubrickbg.jpg', -'wp-content/plugins/markdown.php', -'wp-content/plugins/textile1.php', +'wp.php' ); /**