Changeset 39387 for branches/4.7
- Timestamp:
- 11/30/2016 10:56:08 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r39243 r39387 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.