From 500e2d3f4c54e8bfd4fe22fed34d0e2ab7c10c43 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 2 Nov 2010 05:24:58 +0000 Subject: [PATCH] Remove deleted file from the manifest. Note that most other blue files were never added. see #15207. git-svn-id: http://svn.automattic.com/wordpress/trunk@16147 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/manifest.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/manifest.php b/wp-admin/includes/manifest.php index 45348765e..84e8d392a 100644 --- a/wp-admin/includes/manifest.php +++ b/wp-admin/includes/manifest.php @@ -39,7 +39,6 @@ function &get_manifest() { array('images/icons32.png'), array('images/icons32-vs.png'), array('images/list.png'), - array('images/list-vs.png'), array('images/wpspin_light.gif'), array('images/wpspin_dark.gif'), array('images/logo.gif'), diff --git a/wp-includes/version.php b/wp-includes/version.php index c440b8c92..00aa60aee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -29,7 +29,7 @@ $tinymce_version = '3392a'; * * @global string $manifest_version */ -$manifest_version = '20100530'; +$manifest_version = '20101102'; /** * Holds the required PHP version