- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php
r56121 r56549 90 90 for ( $i = 1; $i < ( 1 + $num_sections ); $i++ ) { 91 91 if ( get_theme_mod( 'panel_' . $i ) ) { 92 $panel_count++;92 ++$panel_count; 93 93 } 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.