Offer the standard tags for the plugin name datapoint. props Kawauso, fixes #16241.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
035b3fb22a
commit
49887cdd9a
|
@ -149,6 +149,7 @@ function _get_plugin_data_markup_translate($plugin_file, $plugin_data, $markup =
|
|||
$plugin_data['Title'] = wp_kses( $plugin_data['Title'], $plugins_allowedtags );
|
||||
$plugin_data['Version'] = wp_kses( $plugin_data['Version'], $plugins_allowedtags );
|
||||
$plugin_data['Description'] = wp_kses( $plugin_data['Description'], $plugins_allowedtags );
|
||||
$plugin_data['Name'] = wp_kses( $plugin_data['Name'], $plugins_allowedtags );
|
||||
|
||||
return $plugin_data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue