From 60004f96f0ac6b051f1308c4f59becdb2d16ba48 Mon Sep 17 00:00:00 2001 From: Salman Date: Mon, 11 Aug 2014 15:45:32 -0400 Subject: [PATCH] forgot to remove unnecessary function --- functions.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions.php b/functions.php index 75dcc00..571ef3b 100644 --- a/functions.php +++ b/functions.php @@ -187,9 +187,4 @@ function load_custom_wp_admin_style($hook) { } add_action( 'admin_enqueue_scripts', 'load_custom_wp_admin_style' ); -function widgets_page_css($hook) { - -} -add_action( 'admin_enqueue_scripts', 'widgets_page_css' ); - add_theme_support( 'post-thumbnails' ); \ No newline at end of file