Changeset 48264 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 07/01/2020 01:50:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r48103 r48264 145 145 // Setup the WordPress core custom background feature. 146 146 147 /**148 * Filter Twenty Fifteen custom-header support arguments.149 *150 * @since Twenty Fifteen 1.0151 *152 * @param array $args {153 * An array of custom-header support arguments.154 *155 * @type string $default-color Default color of the header.156 * @type string $default-attachment Default attachment of the header.157 * }158 */159 147 add_theme_support( 160 148 'custom-background', 149 /** 150 * Filter Twenty Fifteen custom-background support arguments. 151 * 152 * @since Twenty Fifteen 1.0 153 * 154 * @param array $args { 155 * An array of custom-background support arguments. 156 * 157 * @type string $default-color Default color of the background. 158 * @type string $default-attachment Default attachment of the background. 159 * } 160 */ 161 161 apply_filters( 162 162 'twentyfifteen_custom_background_args',
Note: See TracChangeset
for help on using the changeset viewer.