Make WordPress Core

Changeset 13868


Ignore:
Timestamp:
03/28/2010 06:43:16 AM (15 years ago)
Author:
dd32
Message:

Make the WordPress Magic translate Plugins properly. Fixes #12681

File:
1 edited

Legend:

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

    r13755 r13868  
    400400        // Translate, Apply Markup, Sanitize HTML
    401401        $plugin_data = _get_plugin_data_markup_translate($plugin_file, $plugin_data, false, true);
    402         $$plugin_array_name[ $plugin_file ] = $plugin_data;
     402        ${$plugin_array_name}[ $plugin_file ] = $plugin_data;
    403403    }
    404404}
Note: See TracChangeset for help on using the changeset viewer.