- Timestamp:
- 11/04/2024 11:57:55 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r59244 r59344 345 345 346 346 // Loads our main stylesheet. 347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2024 0716' );347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20241112' ); 348 348 349 349 // Theme block stylesheet. … … 389 389 function twentythirteen_block_editor_styles() { 390 390 // Block styles. 391 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240 506' );391 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240716' ); 392 392 // Add custom fonts. 393 393 $font_version = ( 0 === strpos( (string) twentythirteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.