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