Make WordPress Core


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

Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-admin/admin-functions.php

    r5647 r5656  
    403403    $comment->comment_post_ID = (int) $comment->comment_post_ID;
    404404
    405     $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );
    406405    $comment->comment_content = format_to_edit( $comment->comment_content );
    407406    $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
Note: See TracChangeset for help on using the changeset viewer.