Changeset 1781 for trunk/wp-includes/template-functions-comment.php
- Timestamp:
- 10/11/2004 10:07:09 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-comment.php
r1768 r1781 12 12 add_filter('comment_text', 'make_clickable'); 13 13 add_filter('comment_text', 'wpautop', 30); 14 add_filter('comment_text', 'balanceTags' );14 add_filter('comment_text', 'balanceTags', 50); 15 15 add_filter('comment_text', 'convert_smilies', 20); 16 16 17 17 add_filter('comment_excerpt', 'convert_chars'); 18 19 // Places to balance tags on input 20 add_filter('post_comment_text', 'balanceTags', 50); 21 add_filter('content_save_pre', 'balanceTags', 50); 22 add_filter('excerpt_save_pre', 'balanceTags', 50); 23 add_filter('comment_save_pre', 'balanceTags', 50); 18 24 19 25 function comments_template() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)