1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 00:21:04 +03:00

Merge pull request #443 from Tmeister/master

Wraps the PLUGIN_VERSION constant in single quotes
This commit is contained in:
Devin 2017-09-12 08:53:40 -04:00 committed by GitHub
commit 1f36abcedd

View file

@ -30,7 +30,7 @@ if ( ! defined( 'WPINC' ) ) {
die;
}
define( PLUGIN_VERSION, '1.0.0' );
define( 'PLUGIN_VERSION', '1.0.0' );
/**
* The code that runs during plugin activation.