- Timestamp:
- 05/08/2015 07:35:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r1556 r1557 773 773 wp_style_add_data( 'wptv-ie', 'conditional', 'IE 6' ); 774 774 775 wp_register_script( 'wptv-dropdowns', get_template_directory_uri() . '/js/dropdowns.js' );776 wp_enqueue_script( 'wptv-dropdowns', array( 'jquery' ) );777 778 775 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { 779 776 wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset
for help on using the changeset viewer.