Changeset 44382 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 01/02/2019 06:03:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r44313 r44382 201 201 202 202 // Theme block stylesheet. 203 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20181 018' );203 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20181230' ); 204 204 205 205 // Loads the Internet Explorer specific stylesheet. … … 216 216 function twentytwelve_block_editor_styles() { 217 217 // Block styles. 218 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );218 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' ); 219 219 // Add custom fonts. 220 220 wp_enqueue_style( 'twentytwelve-fonts', twentytwelve_get_font_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.