From e76927f94b608e5a18eb98cfcffbe91dea039db6 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Tue, 7 May 2013 17:01:36 -0400 Subject: [PATCH] removing whitespace between exit and the parens --- plugin-boilerplate/uninstall.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-boilerplate/uninstall.php b/plugin-boilerplate/uninstall.php index 10c4899..cefb1a2 100644 --- a/plugin-boilerplate/uninstall.php +++ b/plugin-boilerplate/uninstall.php @@ -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 \ No newline at end of file