From 9fa17a85076e21ff05557ec9f1261acb3ac5af8f Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Tue, 7 May 2013 17:02:04 -0400 Subject: [PATCH] updating a code comment --- plugin-boilerplate/uninstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-boilerplate/uninstall.php b/plugin-boilerplate/uninstall.php index cefb1a2..321d7a8 100644 --- a/plugin-boilerplate/uninstall.php +++ b/plugin-boilerplate/uninstall.php @@ -3,7 +3,7 @@ * Fired when the plugin is uninstalled. */ -//if uninstall not called from WordPress exit +// If uninstall, not called from WordPress exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit();