Skip to content

Commit

Permalink
Delete gem-valid-creds option in uninstall routine
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed May 5, 2016
1 parent c122e82 commit 7f8868d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
die;
}

// Delete all options and transients that contain gem.
// Delete all options that contain gem.
delete_option( 'gem-valid-creds' );
delete_option( 'gem-version' );
delete_option( 'gem-settings' );

Expand Down

0 comments on commit 7f8868d

Please sign in to comment.