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:
parent
8c7a9647fc
commit
e06249b885
@ -117,7 +117,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||||||
|
|
||||||
$this->items = array();
|
$this->items = array();
|
||||||
foreach ( $plugins[ $status ] as $plugin_file => $plugin_data ) {
|
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 );
|
$this->items[$plugin_file] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, false, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user