[wp-trac] [WordPress Trac] #14323: Quick Edit stores filtering of title to database

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 16 13:34:46 UTC 2010


#14323: Quick Edit stores filtering of title to database
-----------------------------+----------------------------------------------
 Reporter:  kingjeffrey      |       Owner:  filosofo 
     Type:  defect (bug)     |      Status:  accepted 
 Priority:  normal           |   Milestone:  3.1      
Component:  Quick/Bulk Edit  |     Version:  3.0      
 Severity:  normal           |    Keywords:  has-patch
-----------------------------+----------------------------------------------
Changes (by filosofo):

  * keywords:  destructive filtering => has-patch
  * owner:  => filosofo
  * status:  new => accepted


Comment:

 Replying to [comment:2 scribu]:
 > The root cause is that 'the_title' filter is applied in get_the_title(),
 when it should logically be applied in the_title().

 Could you elaborate on why you think that would be more logical?
 `the_title()` basically just prints `get_the_title()` with optional
 prepended and appended text, so I don't see why it would need its own
 filter.

 I think the issue in this ticket is using filtered content at all for a
 field that's going to be saved.

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


More information about the wp-trac mailing list