Changeset 1965 for trunk/wp-includes/vars.php
- Timestamp:
- 12/16/2004 03:08:07 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/vars.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r1964 r1965 213 213 add_filter('comment_author', 'wptexturize'); 214 214 add_filter('comment_author', 'convert_chars'); 215 add_filter('comment_author', 'wp_specialchars'); 215 216 216 217 add_filter('comment_email', 'antispambot'); … … 223 224 add_filter('comment_text', 'convert_smilies', 20); 224 225 226 add_filter('comment_text_rss', 'htmlspecialchars'); 227 225 228 add_filter('comment_excerpt', 'convert_chars'); 226 229
Note: See TracChangeset
for help on using the changeset viewer.