[wp-trac] [WordPress Trac] #17926: Wordpress replacing single quotes, dashes, and other basic characters with extended search-unfriendly ones

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 29 08:57:33 UTC 2011


#17926: Wordpress replacing single quotes, dashes, and other basic characters with
extended search-unfriendly ones
--------------------------+----------------------
 Reporter:  archon810     |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:
 Severity:  normal        |  Resolution:  wontfix
 Keywords:                |
--------------------------+----------------------
Changes (by duck_):

 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  Awaiting Review =>


Comment:

 This is intended behaviour as a feature. If you wish to disable it you can
 remove the hooks that apply the transformation in a custom plugin or your
 theme's functions.php. E.g.

 {{{
 remove_filter( 'the_title', 'wptexturize' );
 remove_filter( 'the_content', 'wptexturize' );
 remove_filter( 'the_excerpt', 'wptexturize' );
 remove_filter( 'comment_text', 'wptexturize' );
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17926#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list