Make WordPress Core


Ignore:
Timestamp:
10/17/2008 09:44:22 AM (17 years ago)
Author:
azaozz
Message:

Comments post-box: show comments on the currently edited post with ajax, 20 at a time

File:
1 edited

Legend:

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

    r9220 r9225  
    184184            'cancel' => __('Cancel'),
    185185            'edit' => __('Edit'),
     186            'showcomm' => __('Show more comments'),
     187            'endcomm' => __('No more comments found.')
    186188        ) );
    187189        $scripts->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox', 'settings-box'), '20080925' );
Note: See TracChangeset for help on using the changeset viewer.