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/front-page.php

    r1024 r1557  
    2525                <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>" class="video-title"><?php the_title(); ?></a>
    2626                <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    27         </h3>
     27            </h3>
    2828        </div><!-- .main-video -->
    2929        <?php endwhile; // $featured->have_posts ?>
Note: See TracChangeset for help on using the changeset viewer.