1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +03:00

removing the scope qualifier on the constant

This commit is contained in:
Tom McFarlin 2013-10-17 16:35:14 -04:00
parent 70ff70f537
commit f211910b4a

View file

@ -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.