Changeset 3964
- Timestamp:
- 07/04/2006 10:10:32 PM (19 years ago)
- Location:
- branches/2.0/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/default-filters.php
r3903 r3964 45 45 add_filter('comment_text', 'convert_chars'); 46 46 add_filter('comment_text', 'make_clickable'); 47 add_filter('comment_text', 'force_balance_tags', 25); 47 48 add_filter('comment_text', 'wpautop', 30); 48 49 add_filter('comment_text', 'convert_smilies', 20); -
branches/2.0/wp-includes/functions-formatting.php
r3906 r3964 502 502 } 503 503 504 function force_balance_tags($text) { 505 return balanceTags($text, 0, true); 506 } 504 507 505 508 function format_to_edit($content, $richedit = false) {
Note: See TracChangeset
for help on using the changeset viewer.