Skip to content

Commit

Permalink
Merge pull request #14 from godaddy/bugfix/uninstall-gem-settings
Browse files Browse the repository at this point in the history
Don't hardcode option name in uninstaller
  • Loading branch information
frankiejarrett committed Jun 30, 2016
2 parents fc0d2c6 + 3ad9eae commit dbda3f1
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 dbda3f1

Please sign in to comment.