diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 696ff15d87..f5bea95c96 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -115,9 +115,9 @@ function twentyten_setup() { // Callback for styling the header preview in the admin. 'admin-head-callback' => 'twentyten_admin_header_style', ); - + add_theme_support( 'custom-header', $custom_header_support ); - + if ( ! function_exists( 'get_custom_header' ) ) { // This is all for compatibility with versions of WordPress prior to 3.4. define( 'HEADER_TEXTCOLOR', '' ); @@ -330,28 +330,28 @@ function twentyten_comment( $comment, $args, $depth ) { ?>
- +
+ -