Remove redundant filter. props coffee2code. fixes #14285.

git-svn-id: https://develop.svn.wordpress.org/trunk@15964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-26 03:34:28 +00:00
parent 14d6d39a72
commit f48506bb8f
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ add_filter( 'comment_text', 'wpautop', 30 );
add_filter( 'comment_excerpt', 'convert_chars' );
add_filter( 'list_cats', 'wptexturize' );
add_filter( 'single_post_title', 'wptexturize' );
add_filter( 'wp_sprintf', 'wp_sprintf_l', 10, 2 );