- Timestamp:
- 12/07/2020 08:30:08 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentysixteen/functions.php
r49583 r49766 381 381 382 382 // Add Genericons, used in the main stylesheet. 383 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), ' 3.4.1' );383 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' ); 384 384 385 385 // Theme stylesheet. 386 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20 190507' );386 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20201208' ); 387 387 388 388 // Theme block stylesheet. … … 435 435 function twentysixteen_block_editor_styles() { 436 436 // Block styles. 437 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20 190102' );437 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' ); 438 438 // Add custom fonts. 439 439 wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.