Making WordPress.org


Ignore:
Timestamp:
05/08/2015 07:35:35 PM (11 years ago)
Author:
iandunn
Message:

WordPress.tv: Remove unused dropdown JavaScript and CSS.

We don't have any submenus anymore, and if we want to add them in the future, it'd be better to use a pure CSS approach.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

    r1556 r1557  
    773773    wp_style_add_data( 'wptv-ie', 'conditional', 'IE 6' );
    774774
    775     wp_register_script( 'wptv-dropdowns', get_template_directory_uri() . '/js/dropdowns.js' );
    776     wp_enqueue_script( 'wptv-dropdowns', array( 'jquery' ) );
    777 
    778775    if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
    779776        wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset for help on using the changeset viewer.