- Timestamp:
- 10/11/2022 05:03:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r52290 r54492 332 332 333 333 // Load our main stylesheet. 334 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20 190507' );334 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20221101' ); 335 335 336 336 // Theme block stylesheet. 337 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20 190102' );337 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20210622' ); 338 338 339 339 // Load the Internet Explorer specific stylesheet. 340 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '201407 01' );340 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140711' ); 341 341 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 342 342 … … 365 365 } 366 366 367 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20 171218', true );367 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20210122', true ); 368 368 } 369 369 add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' ); … … 411 411 function twentyfourteen_block_editor_styles() { 412 412 // Block styles. 413 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 01208' );413 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20210216' ); 414 414 // Add custom fonts. 415 415 wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.