forked from mirror/_s
Comment correction: "setup" is a noun, "set up" is the action.
This commit is contained in:
parent
71e1f948b4
commit
348886e168
|
@ -61,7 +61,7 @@ function _s_setup() {
|
||||||
'aside', 'image', 'video', 'quote', 'link',
|
'aside', 'image', 'video', 'quote', 'link',
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Setup the WordPress core custom background feature.
|
// Set up the WordPress core custom background feature.
|
||||||
add_theme_support( 'custom-background', apply_filters( '_s_custom_background_args', array(
|
add_theme_support( 'custom-background', apply_filters( '_s_custom_background_args', array(
|
||||||
'default-color' => 'ffffff',
|
'default-color' => 'ffffff',
|
||||||
'default-image' => '',
|
'default-image' => '',
|
||||||
|
|
Reference in New Issue