Make WordPress Core


Ignore:
Timestamp:
04/19/2009 06:45:09 PM (17 years ago)
Author:
ryan
Message:

Fix translation of plugin metadata. Props DD32. fixes #9573

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r11001 r11002  
    231231
    232232    //Translate, Apply Markup, Sanitize HTML
    233     $plugin_data = _get_plugin_data_markup_translate($plugin_data, true, true);
     233    $plugin_data = _get_plugin_data_markup_translate($plugin_file, $plugin_data, true, true);
    234234
    235235    //Filter into individual sections
Note: See TracChangeset for help on using the changeset viewer.