Changeset 18084 for trunk/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 05/31/2011 07:58:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r17771 r18084 581 581 582 582 // If plugin is in its own directory, recursively delete the directory. 583 if ( strpos($plugin, '/') && $this_plugin_dir != $plugins_dir ) //base check on if plugin includes directory sep erator AND that its not the root plugin folder583 if ( strpos($plugin, '/') && $this_plugin_dir != $plugins_dir ) //base check on if plugin includes directory separator AND that its not the root plugin folder 584 584 $deleted = $wp_filesystem->delete($this_plugin_dir, true); 585 585 else
Note: See TracChangeset
for help on using the changeset viewer.