- Timestamp:
- 12/14/2018 08:41:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/inc/template-functions.php
r44187 r44193 107 107 */ 108 108 function twentynineteen_image_filters_enabled() { 109 return 'inactive'!== get_theme_mod( 'image_filter', 1 );109 return 0 !== get_theme_mod( 'image_filter', 1 ); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.