Make WordPress Core


Ignore:
Timestamp:
12/16/2004 03:08:07 AM (21 years ago)
Author:
saxmatt
Message:

Let's get_ down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r1964 r1965  
    213213add_filter('comment_author', 'wptexturize');
    214214add_filter('comment_author', 'convert_chars');
     215add_filter('comment_author', 'wp_specialchars');
    215216
    216217add_filter('comment_email', 'antispambot');
     
    223224add_filter('comment_text', 'convert_smilies', 20);
    224225
     226add_filter('comment_text_rss', 'htmlspecialchars');
     227
    225228add_filter('comment_excerpt', 'convert_chars');
    226229
Note: See TracChangeset for help on using the changeset viewer.