Make WordPress Core


Ignore:
Timestamp:
05/31/2011 07:58:36 PM (14 years ago)
Author:
ryan
Message:

s/seperator/separator/. Props brandonburke. fixes #17610

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-upgrader.php

    r17771 r18084  
    581581
    582582        // 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 seperator AND that its not the root plugin folder
     583        if ( strpos($plugin, '/') && $this_plugin_dir != $plugins_dir ) //base check on if plugin includes directory separator AND that its not the root plugin folder
    584584            $deleted = $wp_filesystem->delete($this_plugin_dir, true);
    585585        else
Note: See TracChangeset for help on using the changeset viewer.