Make WordPress Core


Ignore:
Timestamp:
08/12/2010 11:58:49 PM (14 years ago)
Author:
scribu
Message:

Fix Comments meta box in post editing screen. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/default-list-tables.php

    r15496 r15497  
    21122112
    21132113    function prepare_items() {
    2114         global $comments, $extra_comments, $total_comments, $post_id, $comment_status, $mode;
     2114        global $post_id, $comment_status, $mode;
    21152115
    21162116        $post_id = isset( $_REQUEST['post_ID'] ) ? absint( $_REQUEST['post_ID'] ) : 0;
Note: See TracChangeset for help on using the changeset viewer.