Skip to content

Commit 081df45

Browse files
committed
Apply Feedback Changes
1 parent 52aacb2 commit 081df45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentyeleven/inc/theme-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function twentyeleven_enqueue_color_scheme() {
418418
$color_scheme = $options['color_scheme'];
419419

420420
if ( 'dark' === $color_scheme ) {
421-
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20240603' );
421+
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20251017' );
422422
}
423423

424424
/**

0 commit comments

Comments
 (0)