Changeset 1226 for trunk/wp-includes/template-functions-comment.php
- Timestamp:
- 05/05/2004 06:47:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-comment.php
r1224 r1226 2 2 3 3 // Default filters for these functions 4 add_filter('comment_author', 'remove_slashes', 5);5 4 add_filter('comment_author', 'wptexturize'); 6 5 add_filter('comment_author', 'convert_chars'); 7 6 8 add_filter('comment_email', 'remove_slashes', 5);9 7 add_filter('comment_email', 'antispambot'); 10 8 11 9 add_filter('comment_url', 'clean_url'); 12 10 13 add_filter('comment_text', 'remove_slashes', 5);14 11 add_filter('comment_text', 'convert_chars'); 15 12 add_filter('comment_text', 'make_clickable'); … … 18 15 add_filter('comment_text', 'convert_smilies', 20); 19 16 20 add_filter('comment_excerpt', 'remove_slashes', 5);21 17 add_filter('comment_excerpt', 'convert_chars'); 22 18
Note: See TracChangeset
for help on using the changeset viewer.