Changeset 11002 for trunk/wp-admin/plugins.php
- Timestamp:
- 04/19/2009 06:45:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11001 r11002 231 231 232 232 //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); 234 234 235 235 //Filter into individual sections
Note: See TracChangeset
for help on using the changeset viewer.