From f52bb80c91ecc2ad40de1ccf73dd218d58ad5fea Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 5 Nov 2020 10:52:51 +0200 Subject: [PATCH] Fix typo in file constant. --- uninstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.php b/uninstall.php index ae9e3edb58d..b99be80febb 100644 --- a/uninstall.php +++ b/uninstall.php @@ -14,7 +14,7 @@ } // Load plugin main file to bootstrap infrastructure and add hooks. -require_once dirname( __FILE ) . '/google-site-kit.php'; +require_once dirname( __FILE__ ) . '/google-site-kit.php'; // Fire action to trigger uninstallation logic. do_action( 'googlesitekit_uninstallation' );