mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user