Make WordPress Core

Changeset 5655


Ignore:
Timestamp:
06/05/2007 02:41:02 PM (18 years ago)
Author:
ryan
Message:

Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/comment.php

    r5646 r5655  
    4747    $comment->comment_post_ID = (int) $comment->comment_post_ID;
    4848
    49     $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );
    5049    $comment->comment_content = format_to_edit( $comment->comment_content );
    5150    $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
Note: See TracChangeset for help on using the changeset viewer.