From af23b05186040d14d42c5470229c1ebe6eab37df Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sun, 12 May 2013 10:19:11 -0400 Subject: [PATCH] one more fix for tabs on line 25 fixes #44 --- plugin-boilerplate/class-plugin-boilerplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-boilerplate/class-plugin-boilerplate.php b/plugin-boilerplate/class-plugin-boilerplate.php index d8273c5..ce51257 100644 --- a/plugin-boilerplate/class-plugin-boilerplate.php +++ b/plugin-boilerplate/class-plugin-boilerplate.php @@ -22,7 +22,7 @@ * that request data directly. */ if ( ! defined( 'ABSPATH' ) ) { - exit; + exit; } /*