Changeset 49763 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 12/07/2020 03:53:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r49583 r49763 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.