diff --git a/plugin.php /src/wp-admin/includes/plugin.php
index 7e660f0..05bb9cb 100755
|
old
|
new
|
function _get_plugin_data_markup_translate( $plugin_file, $plugin_data, $markup |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | // Sanitize fields |
| 146 | | $allowed_tags = $allowed_tags_in_links = array( |
| | 146 | |
| | 147 | $allowed_tags_in_links = array( |
| 147 | 148 | 'abbr' => array( 'title' => true ), |
| 148 | 149 | 'acronym' => array( 'title' => true ), |
| 149 | 150 | 'code' => true, |
| 150 | 151 | 'em' => true, |
| 151 | 152 | 'strong' => true, |
| 152 | 153 | ); |
| | 154 | |
| | 155 | $allowed_tags = $allowed_tags_in_links; |
| 153 | 156 | $allowed_tags['a'] = array( |
| 154 | 157 | 'href' => true, |
| 155 | 158 | 'title' => true, |