From f211910b4a6a4abc2557222cdedd02af2d73aa4f Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 17 Oct 2013 16:35:14 -0400 Subject: [PATCH] removing the scope qualifier on the constant --- plugin-name/class-plugin-name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/class-plugin-name.php b/plugin-name/class-plugin-name.php index 2a76206..e6032fe 100644 --- a/plugin-name/class-plugin-name.php +++ b/plugin-name/class-plugin-name.php @@ -30,7 +30,7 @@ class Plugin_Name { * * @var string */ - public const VERSION = '1.0.0'; + const VERSION = '1.0.0'; /** * Unique identifier for your plugin.