Changeset 1781 for trunk/wp-comments-post.php
- Timestamp:
- 10/11/2004 10:07:09 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r1756 r1781 49 49 $now_gmt = current_time('mysql', 1); 50 50 51 52 $comment = balanceTags($comment, 1);53 51 $comment = format_to_post($comment); 54 52 $comment = apply_filters('post_comment_text', $comment);
Note: See TracChangeset
for help on using the changeset viewer.