Changeset 17106
- Timestamp:
- 12/21/2010 11:18:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r17038 r17106 235 235 } 236 236 // Get plugins list from that folder 237 if ( $ plugins['folder']= get_plugins( '/' . dirname($plugin)) ) {238 foreach( $ plugins['folder']as $plugin_file => $data ) {237 if ( $folder_plugins = get_plugins( '/' . dirname($plugin)) ) { 238 foreach( $folder_plugins as $plugin_file => $data ) { 239 239 $plugin_info[ $plugin_file ] = _get_plugin_data_markup_translate( $plugin_file, $data ); 240 240 $plugin_info[ $plugin_file ]['is_uninstallable'] = is_uninstallable_plugin( $plugin );
Note: See TracChangeset
for help on using the changeset viewer.