1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 20:33:16 +03:00

removing whitespace between exit and the parens

This commit is contained in:
Tom McFarlin 2013-05-07 17:01:36 -04:00
parent 3618f5dfad
commit e76927f94b

View file

@ -5,6 +5,6 @@
//if uninstall not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
exit ();
exit();
// TODO: Define uninstall functionality here
// TODO: Define uninstall functionality here