Changeset 38846 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 10/20/2016 08:33:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r38093 r38846 119 119 120 120 // Setup the WordPress core custom background feature. 121 122 /** 123 * Filter Twenty Fifteen custom-header support arguments. 124 * 125 * @since Twenty Fifteen 1.0 126 * 127 * @param array $args { 128 * An array of custom-header support arguments. 129 * 130 * @type string $default-color Default color of the header. 131 * @type string $default-attachment Default attachment of the header. 132 * } 133 */ 121 134 add_theme_support( 'custom-background', apply_filters( 'twentyfifteen_custom_background_args', array( 122 135 'default-color' => $default_color,
Note: See TracChangeset
for help on using the changeset viewer.