Make WordPress Core


Ignore:
Timestamp:
11/20/2008 01:36:44 PM (17 years ago)
Author:
markjaquith
Message:

Add a "parent" class to comment LIs with children. props filosofo. fixes #8091

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r9805 r9812  
    4242    $scripts->default_version = get_bloginfo( 'version' );
    4343
    44     $scripts->add( 'common', '/wp-admin/js/common.js', array('jquery', 'hoverIntent'), '20081118' );
     44    $scripts->add( 'common', '/wp-admin/js/common.js', array('jquery', 'hoverIntent'), '20081120' );
    4545    $scripts->add( 'sack', '/wp-includes/js/tw-sack.js', false, '1.6.1' );
    4646
Note: See TracChangeset for help on using the changeset viewer.