Changeset 710 for trunk/wp-includes/template-functions.php
- Timestamp:
- 01/04/2004 12:48:29 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r709 r710 1731 1731 $comment_text = convert_bbcode($comment_text); 1732 1732 $comment_text = convert_gmcode($comment_text); 1733 $comment_text = convert_smilies($comment_text);1734 1733 $comment_text = make_clickable($comment_text); 1735 1734 $comment_text = balanceTags($comment_text,1); 1736 1735 $comment_text = apply_filters('comment_text', $comment_text); 1736 $comment_text = convert_smilies($comment_text); 1737 1737 echo $comment_text; 1738 1738 }
Note: See TracChangeset
for help on using the changeset viewer.