From 6782bb5ec301454ea8113bdc9bad4a3d83d36568 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sat, 16 Aug 2014 16:30:16 -0400 Subject: [PATCH] Updating a comment --- plugin-name/trunk/uninstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/trunk/uninstall.php b/plugin-name/trunk/uninstall.php index ba70126..b60539f 100644 --- a/plugin-name/trunk/uninstall.php +++ b/plugin-name/trunk/uninstall.php @@ -6,7 +6,7 @@ * When populating this file, consider the following flow * of control: * - * - Here, onActivateNewSite() should break. I forgot that the method must be static... facepalm. + * - Here, onActivateNewSite() should break. This method should be static. * - Check if the $_REQUEST content actually is the plugin name. * - Check if it goes through the authentication (admin referrer checks). * - Check the output of $_GET and if it makes sense.