- Timestamp:
- 08/08/2019 01:28:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r45767 r45768 19 19 function twentyeleven_admin_enqueue_scripts( $hook_suffix ) { 20 20 wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '20110602' ); 21 wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '2011 -06-10' );21 wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '20110610' ); 22 22 wp_enqueue_style( 'farbtastic' ); 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.