| 1 | Index: wp-includes/default-filters.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-includes/default-filters.php (revision 5213) |
|---|
| 4 | +++ wp-includes/default-filters.php (working copy) |
|---|
| 5 | @@ -45,7 +45,7 @@ |
|---|
| 6 | add_filter('comment_url', 'clean_url'); |
|---|
| 7 | |
|---|
| 8 | add_filter('comment_text', 'convert_chars'); |
|---|
| 9 | -add_filter('comment_text', 'make_clickable'); |
|---|
| 10 | +add_filter('comment_text', 'make_clickable', 9); |
|---|
| 11 | add_filter('comment_text', 'force_balance_tags', 25); |
|---|
| 12 | add_filter('comment_text', 'wpautop', 30); |
|---|
| 13 | add_filter('comment_text', 'convert_smilies', 20); |
|---|