Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (13 years ago)
Author:
helen
Message:

its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.

File:
1 edited

Legend:

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

    r22393 r23191  
    729729        $this_plugin_dir = trailingslashit( dirname($plugins_dir . $plugin_file) );
    730730        // If plugin is in its own directory, recursively delete the directory.
    731         if ( strpos($plugin_file, '/') && $this_plugin_dir != $plugins_dir ) //base check on if plugin includes directory separator AND that its not the root plugin folder
     731        if ( strpos($plugin_file, '/') && $this_plugin_dir != $plugins_dir ) //base check on if plugin includes directory separator AND that it's not the root plugin folder
    732732            $deleted = $wp_filesystem->delete($this_plugin_dir, true);
    733733        else
Note: See TracChangeset for help on using the changeset viewer.