Ticket #14361: 14361.patch
File 14361.patch, 522 bytes (added by , 14 years ago) |
---|
-
wp-includes/default-filters.php
113 113 add_filter( 'the_title', 'wptexturize' ); 114 114 add_filter( 'the_title', 'convert_chars' ); 115 115 add_filter( 'the_title', 'trim' ); 116 add_filter( 'the_title', 'esc_html' ); 116 117 117 118 add_filter( 'the_content', 'wptexturize' ); 118 119 add_filter( 'the_content', 'convert_smilies' );