Changeset 55476 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 03/07/2023 04:25:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r55420 r55476 191 191 192 192 // Loads our main stylesheet. 193 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '202 21101' );193 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20230328' ); 194 194 195 195 // Theme block stylesheet. 196 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20 190406' );196 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20230213' ); 197 197 198 198 // Loads the Internet Explorer specific stylesheet. … … 209 209 function twentytwelve_block_editor_styles() { 210 210 // Block styles. 211 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 00713' );211 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230213' ); 212 212 // Add custom fonts. 213 213 $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.