Remove redundant filter. props coffee2code. fixes #14285.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-10-26 03:34:28 +00:00
parent 497335778b
commit 0373c403aa
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 );