From aa9368a81f235abf85ffae42e070c87b83d4be61 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Wed, 30 Oct 2013 16:50:42 -0400 Subject: [PATCH] updating a comment --- plugin-name/uninstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/uninstall.php b/plugin-name/uninstall.php index 338a967..97f39b2 100644 --- a/plugin-name/uninstall.php +++ b/plugin-name/uninstall.php @@ -9,7 +9,7 @@ * @copyright 2013 Your Name or Company Name */ -// If uninstall, not called from WordPress, then exit +// If uninstall not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }