- Timestamp:
- 12/18/2018 10:23:06 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentynineteen/inc/color-patterns.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44192-44193
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/inc/color-patterns.php
r44298 r44302 15 15 $primary_color = 199; 16 16 if ( 'default' !== get_theme_mod( 'primary_color', 'default' ) ) { 17 $primary_color = absint( get_theme_mod( 'primary_color ', 199 ) );17 $primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) ); 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.