Make WordPress Core


Ignore:
Timestamp:
04/10/2007 11:21:00 PM (18 years ago)
Author:
rob1n
Message:

Run make_clickable before texturize. Props Nazgul. fixes #4116

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r5093 r5236  
    4646
    4747add_filter('comment_text', 'convert_chars');
    48 add_filter('comment_text', 'make_clickable');
     48add_filter('comment_text', 'make_clickable', 9);
    4949add_filter('comment_text', 'force_balance_tags', 25);
    5050add_filter('comment_text', 'wpautop', 30);
Note: See TracChangeset for help on using the changeset viewer.