Make WordPress Core


Ignore:
Timestamp:
08/19/2010 12:06:51 AM (14 years ago)
Author:
scribu
Message:

Use adminTable to refill #the-extra-comment-list. See #14637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r15508 r15509  
    275275</form>
    276276
    277 <form id="get-extra-comments" method="post" action="" class="add:the-extra-comment-list:" style="display: none;">
    278     <input type="hidden" name="s" value="<?php echo esc_attr($search); ?>" />
    279     <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" />
    280     <input type="hidden" name="comment_status" value="<?php echo esc_attr($comment_status); ?>" />
    281     <input type="hidden" name="page" value="<?php echo esc_attr( $table->get_pagination_arg('page') ); ?>" />
    282     <input type="hidden" name="per_page" value="1" />
    283     <input type="hidden" name="p" value="<?php echo esc_attr( $post_id ); ?>" />
    284     <input type="hidden" name="comment_type" value="<?php echo esc_attr( $comment_type ); ?>" />
    285     <?php wp_nonce_field( 'add-comment', '_ajax_nonce', false ); ?>
    286 </form>
    287 
    288277<div id="ajax-response"></div>
    289278
Note: See TracChangeset for help on using the changeset viewer.