Changeset 13868
- Timestamp:
- 03/28/2010 06:43:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r13755 r13868 400 400 // Translate, Apply Markup, Sanitize HTML 401 401 $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; 403 403 } 404 404 }
Note: See TracChangeset
for help on using the changeset viewer.