Changeset 45767
- Timestamp:
- 08/08/2019 01:24:32 AM (5 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r45675 r45767 295 295 function twentyeleven_scripts_styles() { 296 296 // Theme block stylesheet. 297 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '201 81230' );297 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20190102' ); 298 298 } 299 299 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 306 306 function twentyeleven_block_editor_styles() { 307 307 // Block styles. 308 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '201 81230' );308 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20190102' ); 309 309 } 310 310 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' ); -
trunk/src/wp-content/themes/twentyeleven/header.php
r45604 r45767 50 50 </title> 51 51 <link rel="profile" href="http://gmpg.org/xfn/11" /> 52 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?> " />52 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" /> 53 53 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 54 54 <!--[if lt IE 9]> -
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r45675 r45767 18 18 */ 19 19 function twentyeleven_admin_enqueue_scripts( $hook_suffix ) { 20 wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '2011 -04-28' );20 wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '20110602' ); 21 21 wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '2011-06-10' ); 22 22 wp_enqueue_style( 'farbtastic' ); … … 420 420 421 421 if ( 'dark' == $color_scheme ) { 422 wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), null);422 wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20190404' ); 423 423 } 424 424 -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r45720 r45767 369 369 370 370 // Load our main stylesheet. 371 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri() );371 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20190507' ); 372 372 373 373 // Theme block stylesheet. 374 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '201 81230' );374 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20190102' ); 375 375 376 376 // Load the Internet Explorer specific stylesheet. 377 wp_enqueue_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' ), '201 41010' );377 wp_enqueue_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' ), '20170916' ); 378 378 wp_style_add_data( 'twentyfifteen-ie', 'conditional', 'lt IE 9' ); 379 379 380 380 // Load the Internet Explorer 7 specific stylesheet. 381 wp_enqueue_style( 'twentyfifteen-ie7', get_template_directory_uri() . '/css/ie7.css', array( 'twentyfifteen-style' ), '20141 010' );381 wp_enqueue_style( 'twentyfifteen-ie7', get_template_directory_uri() . '/css/ie7.css', array( 'twentyfifteen-style' ), '20141210' ); 382 382 wp_style_add_data( 'twentyfifteen-ie7', 'conditional', 'lt IE 8' ); 383 383 … … 411 411 function twentyfifteen_block_editor_styles() { 412 412 // Block styles. 413 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 81230' );413 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' ); 414 414 // Add custom fonts. 415 415 wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null ); -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r45675 r45767 318 318 319 319 // Load our main stylesheet. 320 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() );320 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20190507' ); 321 321 322 322 // Theme block stylesheet. 323 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '201 81230' );323 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20190102' ); 324 324 325 325 // Load the Internet Explorer specific stylesheet. 326 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '201 31205' );326 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140701' ); 327 327 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 328 328 … … 397 397 function twentyfourteen_block_editor_styles() { 398 398 // Block styles. 399 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 81230' );399 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' ); 400 400 // Add custom fonts. 401 401 wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null ); -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r45675 r45767 448 448 449 449 // Theme stylesheet. 450 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri() );450 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20190507' ); 451 451 452 452 // Theme block stylesheet. 453 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), ' 1.1' );453 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20190105' ); 454 454 455 455 // Load the dark colorscheme. 456 456 if ( 'dark' === get_theme_mod( 'colorscheme', 'light' ) || is_customize_preview() ) { 457 wp_enqueue_style( 'twentyseventeen-colors-dark', get_theme_file_uri( '/assets/css/colors-dark.css' ), array( 'twentyseventeen-style' ), ' 1.0' );457 wp_enqueue_style( 'twentyseventeen-colors-dark', get_theme_file_uri( '/assets/css/colors-dark.css' ), array( 'twentyseventeen-style' ), '20190408' ); 458 458 } 459 459 460 460 // Load the Internet Explorer 9 specific stylesheet, to fix display issues in the Customizer. 461 461 if ( is_customize_preview() ) { 462 wp_enqueue_style( 'twentyseventeen-ie9', get_theme_file_uri( '/assets/css/ie9.css' ), array( 'twentyseventeen-style' ), ' 1.0' );462 wp_enqueue_style( 'twentyseventeen-ie9', get_theme_file_uri( '/assets/css/ie9.css' ), array( 'twentyseventeen-style' ), '20161202' ); 463 463 wp_style_add_data( 'twentyseventeen-ie9', 'conditional', 'IE 9' ); 464 464 } 465 465 466 466 // Load the Internet Explorer 8 specific stylesheet. 467 wp_enqueue_style( 'twentyseventeen-ie8', get_theme_file_uri( '/assets/css/ie8.css' ), array( 'twentyseventeen-style' ), ' 1.0' );467 wp_enqueue_style( 'twentyseventeen-ie8', get_theme_file_uri( '/assets/css/ie8.css' ), array( 'twentyseventeen-style' ), '20161202' ); 468 468 wp_style_add_data( 'twentyseventeen-ie8', 'conditional', 'lt IE 9' ); 469 469 … … 509 509 function twentyseventeen_block_editor_styles() { 510 510 // Block styles. 511 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), ' 1.1' );511 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '20190328' ); 512 512 // Add custom fonts. 513 513 wp_enqueue_style( 'twentyseventeen-fonts', twentyseventeen_fonts_url(), array(), null ); -
trunk/src/wp-content/themes/twentysixteen/functions.php
r45675 r45767 369 369 370 370 // Theme stylesheet. 371 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri() );371 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20190507' ); 372 372 373 373 // Theme block stylesheet. 374 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '201 81230' );374 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20190102' ); 375 375 376 376 // Load the Internet Explorer specific stylesheet. 377 wp_enqueue_style( 'twentysixteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentysixteen-style' ), '201 60816' );377 wp_enqueue_style( 'twentysixteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentysixteen-style' ), '20170530' ); 378 378 wp_style_add_data( 'twentysixteen-ie', 'conditional', 'lt IE 10' ); 379 379 380 380 // Load the Internet Explorer 8 specific stylesheet. 381 wp_enqueue_style( 'twentysixteen-ie8', get_template_directory_uri() . '/css/ie8.css', array( 'twentysixteen-style' ), '201 60816' );381 wp_enqueue_style( 'twentysixteen-ie8', get_template_directory_uri() . '/css/ie8.css', array( 'twentysixteen-style' ), '20170530' ); 382 382 wp_style_add_data( 'twentysixteen-ie8', 'conditional', 'lt IE 9' ); 383 383 384 384 // Load the Internet Explorer 7 specific stylesheet. 385 wp_enqueue_style( 'twentysixteen-ie7', get_template_directory_uri() . '/css/ie7.css', array( 'twentysixteen-style' ), '201 60816' );385 wp_enqueue_style( 'twentysixteen-ie7', get_template_directory_uri() . '/css/ie7.css', array( 'twentysixteen-style' ), '20170530' ); 386 386 wp_style_add_data( 'twentysixteen-ie7', 'conditional', 'lt IE 8' ); 387 387 … … 420 420 function twentysixteen_block_editor_styles() { 421 421 // Block styles. 422 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 81230' );422 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' ); 423 423 // Add custom fonts. 424 424 wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), null ); -
trunk/src/wp-content/themes/twentyten/functions.php
r45675 r45767 712 712 function twentyten_scripts_styles() { 713 713 // Theme block stylesheet. 714 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181 018' );714 wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181218' ); 715 715 } 716 716 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); … … 723 723 function twentyten_block_editor_styles() { 724 724 // Block styles. 725 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css' );725 wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181218' ); 726 726 } 727 727 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); -
trunk/src/wp-content/themes/twentyten/header.php
r45609 r45767 40 40 </title> 41 41 <link rel="profile" href="http://gmpg.org/xfn/11" /> 42 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?> " />42 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" /> 43 43 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 44 44 <?php -
trunk/src/wp-content/themes/twentythirteen/functions.php
r45721 r45767 283 283 284 284 // Loads our main stylesheet. 285 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '201 3-07-18' );285 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20190507' ); 286 286 287 287 // Theme block stylesheet. 288 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '201 8-12-30' );288 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20190102' ); 289 289 290 290 // Loads the Internet Explorer specific stylesheet. 291 wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '201 3-07-18' );291 wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '20150214' ); 292 292 wp_style_add_data( 'twentythirteen-ie', 'conditional', 'lt IE 9' ); 293 293 } … … 326 326 function twentythirteen_block_editor_styles() { 327 327 // Block styles. 328 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 8-12-30' );328 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' ); 329 329 // Add custom fonts. 330 330 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); -
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.