Skip to content

Commit

Permalink
Don't hardcode option name in uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarrett-godaddy committed Jun 10, 2016
1 parent 06aa0eb commit 3ad9eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
// Delete all options that contain gem.
delete_option( 'gem-valid-creds' );
delete_option( 'gem-version' );
delete_option( 'gem-settings' );
delete_option( GEM_Settings::SLUG );

// @codeCoverageIgnoreEnd

0 comments on commit 3ad9eae

Please sign in to comment.