Make WordPress Core


Ignore:
Timestamp:
01/04/2004 12:48:29 AM (22 years ago)
Author:
saxmatt
Message:

Smilies fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions.php

    r709 r710  
    17311731    $comment_text = convert_bbcode($comment_text);
    17321732    $comment_text = convert_gmcode($comment_text);
    1733     $comment_text = convert_smilies($comment_text);
    17341733    $comment_text = make_clickable($comment_text);
    17351734    $comment_text = balanceTags($comment_text,1);
    17361735    $comment_text = apply_filters('comment_text', $comment_text);
     1736    $comment_text = convert_smilies($comment_text);
    17371737    echo $comment_text;
    17381738}
Note: See TracChangeset for help on using the changeset viewer.