mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
removing whitespace between exit and the parens
This commit is contained in:
parent
3618f5dfad
commit
e76927f94b
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
|||
|
||||
//if uninstall not called from WordPress exit
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
|
||||
exit ();
|
||||
exit();
|
||||
|
||||
// TODO: Define uninstall functionality here
|
Loading…
Reference in a new issue