Make WordPress Core

Changeset 5657


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

Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.0

File:
1 edited

Legend:

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

    r5648 r5657  
    323323    $comment->comment_post_ID = (int) $comment->comment_post_ID;
    324324
    325     $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );
    326325    $comment->comment_content = format_to_edit($comment->comment_content);
    327326    $comment->comment_content = apply_filters('comment_edit_pre', $comment->comment_content);
Note: See TracChangeset for help on using the changeset viewer.