Changeset 44434
- Timestamp:
- 01/07/2019 06:39:03 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-content/themes/twentyeleven/functions.php
r44213 r44434 283 283 function twentyeleven_scripts_styles() { 284 284 // Theme block stylesheet. 285 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181 018' );285 wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181230' ); 286 286 } 287 287 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); … … 294 294 function twentyeleven_block_editor_styles() { 295 295 // Block styles. 296 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css' );296 wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181230' ); 297 297 } 298 298 add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' ); -
branches/5.0/src/wp-content/themes/twentyfifteen/functions.php
r44213 r44434 334 334 335 335 // Theme block stylesheet. 336 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20181 018' );336 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20181230' ); 337 337 338 338 // Load the Internet Explorer specific stylesheet. … … 369 369 function twentyfifteen_block_editor_styles() { 370 370 // Block styles. 371 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );371 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' ); 372 372 // Add custom fonts. 373 373 wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null ); -
branches/5.0/src/wp-content/themes/twentyfourteen/functions.php
r44213 r44434 284 284 285 285 // Theme block stylesheet. 286 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20181 018' );286 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20181230' ); 287 287 288 288 // Load the Internet Explorer specific stylesheet. … … 356 356 function twentyfourteen_block_editor_styles() { 357 357 // Block styles. 358 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );358 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' ); 359 359 // Add custom fonts. 360 360 wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null ); -
branches/5.0/src/wp-content/themes/twentynineteen/functions.php
r44202 r44434 223 223 224 224 if ( has_nav_menu( 'menu-1' ) ) { 225 wp_enqueue_script( 'twentynineteen-priority-menu', get_theme_file_uri( '/js/priority-menu.js' ), array(), '1. 0', true );226 wp_enqueue_script( 'twentynineteen-touch-navigation', get_theme_file_uri( '/js/touch-keyboard-navigation.js' ), array(), '1. 0', true );225 wp_enqueue_script( 'twentynineteen-priority-menu', get_theme_file_uri( '/js/priority-menu.js' ), array(), '1.1', true ); 226 wp_enqueue_script( 'twentynineteen-touch-navigation', get_theme_file_uri( '/js/touch-keyboard-navigation.js' ), array(), '1.1', true ); 227 227 } 228 228 … … 258 258 function twentynineteen_editor_customizer_styles() { 259 259 260 wp_enqueue_style( 'twentynineteen-editor-customizer-styles', get_theme_file_uri( '/style-editor-customizer.css' ), false, '1. 0', 'all' );260 wp_enqueue_style( 'twentynineteen-editor-customizer-styles', get_theme_file_uri( '/style-editor-customizer.css' ), false, '1.1', 'all' ); 261 261 262 262 if ( 'custom' === get_theme_mod( 'primary_color' ) ) { -
branches/5.0/src/wp-content/themes/twentynineteen/inc/customizer.php
r44187 r44434 126 126 */ 127 127 function twentynineteen_customize_preview_js() { 128 wp_enqueue_script( 'twentynineteen-customize-preview', get_theme_file_uri( '/js/customize-preview.js' ), array( 'customize-preview' ), '20181 108', true );128 wp_enqueue_script( 'twentynineteen-customize-preview', get_theme_file_uri( '/js/customize-preview.js' ), array( 'customize-preview' ), '20181231', true ); 129 129 } 130 130 add_action( 'customize_preview_init', 'twentynineteen_customize_preview_js' ); … … 134 134 */ 135 135 function twentynineteen_panels_js() { 136 wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20181 031', true );136 wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20181231', true ); 137 137 } 138 138 add_action( 'customize_controls_enqueue_scripts', 'twentynineteen_panels_js' ); -
branches/5.0/src/wp-content/themes/twentyseventeen/functions.php
r44409 r44434 426 426 427 427 // Theme block stylesheet. 428 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '1. 0' );428 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '1.1' ); 429 429 430 430 // Load the dark colorscheme. … … 479 479 function twentyseventeen_block_editor_styles() { 480 480 // Block styles. 481 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ) );481 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '1.1' ); 482 482 // Add custom fonts. 483 483 wp_enqueue_style( 'twentyseventeen-fonts', twentyseventeen_fonts_url(), array(), null ); -
branches/5.0/src/wp-content/themes/twentysixteen/functions.php
r44213 r44434 327 327 328 328 // Theme block stylesheet. 329 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20181 018' );329 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20181230' ); 330 330 331 331 // Load the Internet Explorer specific stylesheet. … … 355 355 } 356 356 357 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '201 60816', true );357 wp_enqueue_script( 'twentysixteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20181230', true ); 358 358 359 359 wp_localize_script( 'twentysixteen-script', 'screenReaderText', array( … … 371 371 function twentysixteen_block_editor_styles() { 372 372 // Block styles. 373 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );373 wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' ); 374 374 // Add custom fonts. 375 375 wp_enqueue_style( 'twentysixteen-fonts', twentysixteen_fonts_url(), array(), null ); -
branches/5.0/src/wp-content/themes/twentythirteen/functions.php
r44213 r44434 257 257 258 258 // Theme block stylesheet. 259 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '2018-1 0-18' );259 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '2018-12-30' ); 260 260 261 261 // Loads the Internet Explorer specific stylesheet. … … 297 297 function twentythirteen_block_editor_styles() { 298 298 // Block styles. 299 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );299 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '2018-12-30' ); 300 300 // Add custom fonts. 301 301 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); -
branches/5.0/src/wp-content/themes/twentytwelve/functions.php
r44213 r44434 191 191 192 192 // Theme block stylesheet. 193 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20181 018' );193 wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20181230' ); 194 194 195 195 // Loads the Internet Explorer specific stylesheet. … … 206 206 function twentytwelve_block_editor_styles() { 207 207 // Block styles. 208 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );208 wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' ); 209 209 // Add custom fonts. 210 210 wp_enqueue_style( 'twentytwelve-fonts', twentytwelve_get_font_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.