- Timestamp:
- 12/01/2025 06:09:45 AM (6 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentytwelve/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentytwelve/functions.php
r61095 r61331 213 213 214 214 // Loads our main stylesheet. 215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '2025 0715' );215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' ); 216 216 217 217 // Theme block stylesheet. 218 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '202 40812' );218 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251031' ); 219 219 220 220 // Register the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.