Changeset 734
- Timestamp:
- 01/07/2004 02:28:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r733 r734 1786 1786 $comment_text = convert_bbcode($comment_text); 1787 1787 $comment_text = convert_gmcode($comment_text); 1788 $comment_text = convert_smilies($comment_text); 1788 // smiley conversion is breaking things 1789 // $comment_text = convert_smilies($comment_text); 1789 1790 $comment_text = apply_filters('comment_text', $comment_text); 1790 1791 $comment_text = strip_tags($comment_text);
Note: See TracChangeset
for help on using the changeset viewer.