Make WordPress Core


Ignore:
Timestamp:
11/08/2010 11:07:37 PM (15 years ago)
Author:
scribu
Message:

Fix admin comment reply. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r16234 r16244  
    640640case 'replyto-comment' :
    641641    check_ajax_referer( $action, '_ajax_nonce-replyto-comment' );
     642
     643    set_current_screen( 'edit-comments' );
    642644
    643645    $wp_list_table = get_list_table('WP_Comments_List_Table');
Note: See TracChangeset for help on using the changeset viewer.