Make WordPress Core

Changeset 734


Ignore:
Timestamp:
01/07/2004 02:28:32 AM (22 years ago)
Author:
alex_t_king
Message:

commented out smiley conversion in comments RSS

File:
1 edited

Legend:

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

    r733 r734  
    17861786    $comment_text = convert_bbcode($comment_text);
    17871787    $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);
    17891790    $comment_text = apply_filters('comment_text', $comment_text);
    17901791    $comment_text = strip_tags($comment_text);
Note: See TracChangeset for help on using the changeset viewer.