Changeset 5656 for branches/2.2/wp-admin/admin-functions.php
- Timestamp:
- 06/05/2007 02:41:29 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/admin-functions.php
r5647 r5656 403 403 $comment->comment_post_ID = (int) $comment->comment_post_ID; 404 404 405 $comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );406 405 $comment->comment_content = format_to_edit( $comment->comment_content ); 407 406 $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
Note: See TracChangeset
for help on using the changeset viewer.