Ticket #20448: 20448.4.diff
File 20448.4.diff, 1.2 KB (added by , 13 years ago) |
---|
-
wp-content/themes/twentyeleven/functions.php
98 98 add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image' ) ); 99 99 100 100 // Add support for custom backgrounds. 101 add_theme_support( 'custom-background' );101 add_theme_support( 'custom-background', array( 'default-color' => 'FFF' ) ); 102 102 103 103 // This theme uses Featured Images (also known as post thumbnails) for per-post/per-page Custom Header images 104 104 add_theme_support( 'post-thumbnails' ); -
wp-content/themes/twentyten/functions.php
94 94 ) ); 95 95 96 96 // This theme allows users to set a custom background. 97 add_theme_support( 'custom-background' );98 97 add_theme_support( 'custom-background', array( 'default-color' => 'FFF' ) ); 98 99 99 // The custom header business starts here. 100 100 101 101 add_theme_support( 'custom-header', array(