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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-16 08:04:54 +00:00
parent 0b1b0f86ab
commit 8c03934da4
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 );
}