From 348886e168f894cfb9e15b0e02b0c67876b6a667 Mon Sep 17 00:00:00 2001 From: Kirk Wight Date: Tue, 7 Oct 2014 18:58:25 -0700 Subject: [PATCH] Comment correction: "setup" is a noun, "set up" is the action. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ead93d54..537ff627 100644 --- a/functions.php +++ b/functions.php @@ -61,7 +61,7 @@ function _s_setup() { '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( 'default-color' => 'ffffff', 'default-image' => '',