Changeset 59344 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 11/04/2024 11:57:55 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r59244 r59344 213 213 214 214 // Loads our main stylesheet. 215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '2024 0716' );215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20241112' ); 216 216 217 217 // Theme block stylesheet. 218 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240 603' );218 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240812' ); 219 219 220 220 // Loads the Internet Explorer specific stylesheet. 221 wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '20 150214' );221 wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '20240722' ); 222 222 $wp_styles->add_data( 'twentytwelve-ie', 'conditional', 'lt IE 9' ); 223 223 } … … 231 231 function twentytwelve_block_editor_styles() { 232 232 // Block styles. 233 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240 506' );233 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240811' ); 234 234 // Add custom fonts. 235 235 $font_version = ( 0 === strpos( (string) twentytwelve_get_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.