From 24c98560e15153512e45d3dfc03027fec555cc26 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Thu, 9 Aug 2012 17:32:39 +0000 Subject: [PATCH] Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle. Also minor pinking shears in stylesheet and functions file. git-svn-id: http://core.svn.wordpress.org/trunk@21487 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 4 ++-- wp-content/themes/twentyeleven/style.css | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index e9d97ed276..299439bf67 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -131,7 +131,7 @@ function twentyeleven_setup() { // Callback used to display the header preview in the admin. 'admin-preview-callback' => 'twentyeleven_admin_header_image', ); - + add_theme_support( 'custom-header', $custom_header_support ); if ( ! function_exists( 'get_custom_header' ) ) { @@ -221,7 +221,7 @@ function twentyeleven_header_style() { // If no custom options for text are set, let's bail. if ( $text_color == HEADER_TEXTCOLOR ) return; - + // If we get this far, we have custom styles. Let's do this. ?>