mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 03:43:54 +02:00
Merge pull request #443 from Tmeister/master
Wraps the PLUGIN_VERSION constant in single quotes
This commit is contained in:
commit
1f36abcedd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue