Ticket #27108: default-filters.php.patch
| File default-filters.php.patch, 406 bytes (added by , 12 years ago) |
|---|
-
default-filters.php
151 151 152 152 add_filter( 'comment_excerpt', 'convert_chars' ); 153 153 154 add_filter('widget_text', 'do_shortcode'); 155 154 156 add_filter( 'list_cats', 'wptexturize' ); 155 157 156 158 add_filter( 'wp_sprintf', 'wp_sprintf_l', 10, 2 );