Ticket #39488: 39488.5.patch
| File 39488.5.patch, 1.7 KB (added by , 10 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/functions.php
249 249 * 250 250 * @since Twenty Seventeen 1.0 251 251 * 252 * @param $content_width integer252 * @param int $content_width integer value for the width. 253 253 */ 254 254 $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width ); 255 255 } -
src/wp-content/themes/twentyseventeen/inc/color-patterns.php
18 18 * 19 19 * @since Twenty Seventeen 1.0 20 20 * 21 * @param $saturation integer21 * @param int $saturation integer value for how many colors saturation you need 22 22 */ 23 23 $saturation = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) ); 24 24 $reduced_saturation = ( .8 * $saturation ) . '%'; -
src/wp-content/themes/twentyseventeen/inc/icon-functions.php
212 212 * 213 213 * @since Twenty Seventeen 1.0 214 214 * 215 * @param array $social_links_icons 215 * @param array $social_links_icons include icon elements to pass into the array. 216 216 */ 217 217 return apply_filters( 'twentyseventeen_social_links_icons', $social_links_icons ); 218 218 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)