Changeset 39733
- Timestamp:
- 01/06/2017 01:34:13 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r39720 r39733 250 250 * @since Twenty Seventeen 1.0 251 251 * 252 * @param $content_width integer252 * @param int $content_width Content width in pixels. 253 253 */ 254 254 $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width ); -
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r39618 r39733 19 19 * @since Twenty Seventeen 1.0 20 20 * 21 * @param $saturation integer21 * @param int $saturation Color saturation level. 22 22 */ 23 23 $saturation = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) ); -
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r39206 r39733 213 213 * @since Twenty Seventeen 1.0 214 214 * 215 * @param array $social_links_icons 215 * @param array $social_links_icons Array of social links icons. 216 216 */ 217 217 return apply_filters( 'twentyseventeen_social_links_icons', $social_links_icons );
Note: See TracChangeset
for help on using the changeset viewer.