Changeset 45767 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/08/2019 01:24:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r45675 r45767 201 201 202 202 // Loads our main stylesheet. 203 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() );203 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20190507' ); 204 204 205 205 // Theme block stylesheet. 206 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '201 81230' );206 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20190406' ); 207 207 208 208 // Loads the Internet Explorer specific stylesheet. 209 wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '201 21010' );209 wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '20150214' ); 210 210 $wp_styles->add_data( 'twentytwelve-ie', 'conditional', 'lt IE 9' ); 211 211 } … … 219 219 function twentytwelve_block_editor_styles() { 220 220 // Block styles. 221 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 81230' );221 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190406' ); 222 222 // Add custom fonts. 223 223 wp_enqueue_style( 'twentytwelve-fonts', twentytwelve_get_font_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.