Skip to content

Commit 017bb8d

Browse files
committed
Fixed Version Issue
1 parent 5f8fd0b commit 017bb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentytwelve/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function twentytwelve_scripts_styles() {
215215
wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' );
216216

217217
// Theme block stylesheet.
218-
wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251101' );
218+
wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251031' );
219219

220220
// Register the Internet Explorer specific stylesheet.
221221
wp_register_style( 'twentytwelve-ie', false, array( 'twentytwelve-style' ) );

0 commit comments

Comments
 (0)