Skip to content

Commit

Permalink
Don't cleanup as this might cause issues
Browse files Browse the repository at this point in the history
with others using the PAnD class
  • Loading branch information
afragen committed Nov 5, 2018
1 parent ed3a05c commit ccc0ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uninstall.php
Expand Up @@ -38,6 +38,5 @@
$column = is_multisite() ? 'meta_key' : 'option_name';
$delete_string = 'DELETE FROM ' . $table . ' WHERE ' . $column . ' LIKE %s LIMIT 1000';
$wpdb->query( $wpdb->prepare( $delete_string, array( '%ghu-%' ) ) );
$wpdb->query( $wpdb->prepare( $delete_string, array( '%pand-%' ) ) );

@unlink( WP_CONTENT_DIR . '/tmp-readme.txt' );

0 comments on commit ccc0ab2

Please sign in to comment.