[wp-trac] [WordPress Trac] #3755: wp_title function: filter post title before stripping tags

WordPress Trac wp-trac at lists.automattic.com
Tue Feb 6 15:53:41 GMT 2007


#3755: wp_title function: filter post title before stripping tags
----------------------+-----------------------------------------------------
 Reporter:  jhodgdon  |       Owner:  anonymous                  
     Type:  defect    |      Status:  new                        
 Priority:  normal    |   Milestone:  2.2                        
Component:  General   |     Version:  2.1                        
 Severity:  normal    |    Keywords:  filter, wp_title, stip_tags
----------------------+-----------------------------------------------------
 At least one plugin (Polyglot) uses special (fake HTML) tags for filtering
 purposes. In most places in WordPress, filters are called before stripping
 HTML tags out of titles. However, in the wp_title function, strip_tags is
 called before apply_filters, so the filtering does not work.

 Patch about to be added...

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3755>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list