Update functions.php

This commit is contained in:
Emil Uzelac 2015-08-21 22:31:14 -05:00
parent 4b519c124b
commit 3bac555d40
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* _s Functions and definitions. * _s functions and definitions.
* *
* @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/basics/theme-functions/
* *
@ -71,7 +71,7 @@ function _s_setup() {
'link', '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' => '',