Changeset 5648 for branches/2.0/wp-admin/admin-functions.php
- Timestamp:
- 06/04/2007 05:49:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-functions.php
r5550 r5648 323 323 $comment->comment_post_ID = (int) $comment->comment_post_ID; 324 324 325 $comment->comment_content = format_to_edit($comment->comment_content, $richedit); 325 $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content ); 326 $comment->comment_content = format_to_edit($comment->comment_content); 326 327 $comment->comment_content = apply_filters('comment_edit_pre', $comment->comment_content); 327 $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );328 328 329 329 $comment->comment_author = format_to_edit($comment->comment_author);
Note: See TracChangeset
for help on using the changeset viewer.