Make WordPress Core

Changeset 17310


Ignore:
Timestamp:
01/15/2011 07:26:45 AM (15 years ago)
Author:
nacin
Message:

Offer the standard tags for the plugin name datapoint. props Kawauso, fixes #16241.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin.php

    r17196 r17310  
    150150    $plugin_data['Version']     = wp_kses( $plugin_data['Version'],     $plugins_allowedtags );
    151151    $plugin_data['Description'] = wp_kses( $plugin_data['Description'], $plugins_allowedtags );
     152    $plugin_data['Name']        = wp_kses( $plugin_data['Name'],        $plugins_allowedtags );
    152153
    153154    return $plugin_data;
Note: See TracChangeset for help on using the changeset viewer.