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:
parent
14d6d39a72
commit
f48506bb8f
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user