[wp-trac] [WordPress Trac] #11684: Comment Moderation Should Count $url
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 8 21:58:12 UTC 2010
#11684: Comment Moderation Should Count $url
-----------------------------+----------------------------------------------
Reporter: miqrogroove | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.0
Component: Comments | Version:
Severity: major | Keywords: has-patch
-----------------------------+----------------------------------------------
Comment(by miqrogroove):
{{{
add_filter('comment_text', 'wptexturize');
add_filter('comment_text', 'convert_chars');
add_filter('comment_text', 'make_clickable', 9);
add_filter('comment_text', 'force_balance_tags', 25);
add_filter('comment_text', 'convert_smilies', 20);
add_filter('comment_text', 'wpautop', 30);
}}}
In other words, let's take a look at what's going on in make_clickable.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11684#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list