Make WordPress Core


Ignore:
Timestamp:
12/10/2008 11:49:37 AM (17 years ago)
Author:
azaozz
Message:

Enable support for threaded comments and comment reply on index page, props yoavf, fixes #8550

File:
1 edited

Legend:

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

    r10160 r10169  
    141141    $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable'), '1.5.2' );
    142142
    143     $scripts->add( 'comment-reply', '/wp-includes/js/comment-reply.js', false, '20081009');
     143    $scripts->add( 'comment-reply', '/wp-includes/js/comment-reply.js', false, '20081210');
    144144
    145145    if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.