Ticket #21505: 21505.diff
File 21505.diff, 663 bytes (added by , 12 years ago) |
---|
-
functions.php
131 131 // Callback used to display the header preview in the admin. 132 132 'admin-preview-callback' => 'twentyeleven_admin_header_image', 133 133 ); 134 134 135 135 add_theme_support( 'custom-header', $custom_header_support ); 136 136 137 137 if ( ! function_exists( 'get_custom_header' ) ) { … … 221 221 // If no custom options for text are set, let's bail. 222 222 if ( $text_color == HEADER_TEXTCOLOR ) 223 223 return; 224 224 225 225 // If we get this far, we have custom styles. Let's do this. 226 226 ?> 227 227 <style type="text/css">