We don't apply markup here. see #15742.

git-svn-id: https://develop.svn.wordpress.org/trunk@16988 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-16 08:04:54 +00:00
parent 8c7a9647fc
commit e06249b885
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
$this->items = array();
foreach ( $plugins[ $status ] as $plugin_file => $plugin_data ) {
// Translate, Apply Markup, Sanitize HTML
// Translate, Don't Apply Markup, Sanitize HTML
$this->items[$plugin_file] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, false, true );
}