diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index f0de02969..b2cd93bde 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -67,19 +67,6 @@ function twentytwelve_setup() { } endif; -/** - * Enqueues the theme's stylesheet. - * - * The wp_enqueue_scripts hook is meant for both styles and scripts, and only - * fires on the frontend. - * - * @since Twenty Twelve 1.0 - */ -function twentytwelve_enqueue_scripts() { - wp_enqueue_style( 'twentytwelve-style', get_bloginfo( 'stylesheet_url' ) ); -} -add_action( 'wp_enqueue_scripts', 'twentytwelve_enqueue_scripts' ); - /** * Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link. * diff --git a/wp-content/themes/twentytwelve/header.php b/wp-content/themes/twentytwelve/header.php index 42e0ff61b..41d9056e7 100644 --- a/wp-content/themes/twentytwelve/header.php +++ b/wp-content/themes/twentytwelve/header.php @@ -23,7 +23,12 @@ - +