- Timestamp:
- 08/08/2019 01:24:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.