From 0490be0ae76b6ad538c6ab0b94af6685568f2778 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 2 Aug 2010 17:29:34 +0000 Subject: [PATCH] Remove show_post_thumbnail_warning git-svn-id: http://svn.automattic.com/wordpress/trunk@15486 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ms.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index e85e2de68c..6fe034ee1c 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -805,16 +805,6 @@ function choose_primary_blog() { " . sprintf( __( "Warning! The current theme supports Featured Images. You must enable image uploads on the options page for it to work." ), esc_url( admin_url( 'ms-options.php' ) ) ) . ""; - } -} -add_action( 'admin_notices', 'show_post_thumbnail_warning' ); - function ms_deprecated_blogs_file() { if ( ! is_super_admin() ) return;