mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
497335778b
commit
0373c403aa
@ -151,7 +151,6 @@ add_filter( 'comment_text', 'wpautop', 30 );
|
|||||||
add_filter( 'comment_excerpt', 'convert_chars' );
|
add_filter( 'comment_excerpt', 'convert_chars' );
|
||||||
|
|
||||||
add_filter( 'list_cats', 'wptexturize' );
|
add_filter( 'list_cats', 'wptexturize' );
|
||||||
add_filter( 'single_post_title', 'wptexturize' );
|
|
||||||
|
|
||||||
add_filter( 'wp_sprintf', 'wp_sprintf_l', 10, 2 );
|
add_filter( 'wp_sprintf', 'wp_sprintf_l', 10, 2 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user