mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +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;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
define( PLUGIN_VERSION, '1.0.0' );
|
define( 'PLUGIN_VERSION', '1.0.0' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The code that runs during plugin activation.
|
* The code that runs during plugin activation.
|
||||||
|
|
Loading…
Reference in a new issue