Changeset 39386
- Timestamp:
- 11/30/2016 10:50:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r39243 r39386 558 558 }'; 559 559 560 return $css; 561 } 560 561 /** 562 * Filters Twenty Seventeen custom colors CSS. 563 * 564 * @since Twenty Seventeen 1.0 565 * 566 * @param $css string Base theme colors CSS. 567 * @param $hue int The user's selected color hue. 568 * @param $saturation string Filtered theme color saturation level. 569 */ 570 return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation ); 571 }
Note: See TracChangeset
for help on using the changeset viewer.