Changeset 58718 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 07/15/2024 01:57:11 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r57886 r58718 207 207 208 208 // Loads our main stylesheet. 209 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20240 402' );209 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20240716' ); 210 210 211 211 // Theme block stylesheet. 212 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '202 30213' );212 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240603' ); 213 213 214 214 // Loads the Internet Explorer specific stylesheet. … … 225 225 function twentytwelve_block_editor_styles() { 226 226 // Block styles. 227 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 30213' );227 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240506' ); 228 228 // Add custom fonts. 229 229 $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.