[wp-trac] [WordPress Trac] #19550: Please provide option to disable wptexturize entirely

WordPress Trac wp-trac at lists.automattic.com
Tue Dec 27 18:23:33 UTC 2011


#19550: Please provide option to disable wptexturize entirely
-------------------------+------------------------------
 Reporter:  jwz          |       Owner:
     Type:  enhancement  |      Status:  reopened
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Formatting   |     Version:  3.3
 Severity:  minor        |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by nacin):

 The code in comment 8 could be rewritten as such:

 {{{
 $priority = remove_filter( 'the_content', 'wptexturize' );
 $text = apply_filters( 'the_content', $text );
 if ( false !== $priority )
         add_filter( 'the_content', 'wptexturize', $priority );

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


More information about the wp-trac mailing list