Make WordPress Core


Ignore:
Timestamp:
12/14/2008 12:13:30 PM (16 years ago)
Author:
matt
Message:

Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.

File:
1 edited

Legend:

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

    r10170 r10204  
    162162            'l10n_print_after' => 'try{convertEntities(pwsL10n);}catch(e){};'
    163163        ) );
    164         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081210' );
     164        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081211' );
    165165        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    166166            'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']),
Note: See TracChangeset for help on using the changeset viewer.