[wp-trac] [WordPress Trac] #15662: Too much escaping when Deleting a plugin

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 6 21:41:30 UTC 2010


#15662: Too much escaping when Deleting a plugin
--------------------------+-------------------------------------------------
 Reporter:  TobiasBg      |        Owner:        
     Type:  defect (bug)  |       Status:  closed
 Priority:  normal        |    Milestone:  3.1   
Component:  General       |      Version:  3.1   
 Severity:  normal        |   Resolution:  fixed 
 Keywords:                |  
--------------------------+-------------------------------------------------

Comment(by TobiasBg):

 Thanks, nacin!

 Just for clarity: Am I correct that plugins in a sub-folder (like Akismet)
 do not get their plugin data processed for markup/translation, while
 plugins in the main plugins folder (like Dolly) do? For the first ones,
 the plugin data comes from get_plugin_data( $file, $markup = false,
 $translate = false ) in get_plugins(), while for the latter ones, it comes
 from a get_plugin_data( $file, true, true ).
 Due to that, the data for plugins like Akismet (in sub folder) also does
 not seem to run through kses.

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


More information about the wp-trac mailing list