- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r42343 r43571 72 72 */ 73 73 add_theme_support( 74 'html5', array( 74 'html5', 75 array( 75 76 'comment-form', 76 77 'comment-list', … … 86 87 */ 87 88 add_theme_support( 88 'post-formats', array( 89 'post-formats', 90 array( 89 91 'aside', 90 92 'image', … … 99 101 // Add theme support for Custom Logo. 100 102 add_theme_support( 101 'custom-logo', array( 103 'custom-logo', 104 array( 102 105 'width' => 250, 103 106 'height' => 250, … … 419 422 $customize_preview_data_hue = 'data-hue="' . $hue . '"'; 420 423 } 421 ?>424 ?> 422 425 <style type="text/css" id="custom-theme-colors" <?php echo $customize_preview_data_hue; ?>> 423 426 <?php echo twentyseventeen_custom_colors_css(); ?> 424 427 </style> 425 <?php428 <?php 426 429 } 427 430 add_action( 'wp_head', 'twentyseventeen_colors_css_wrap' );
Note: See TracChangeset
for help on using the changeset viewer.