Inline doc

This commit is contained in:
Ipstenu (Mika Epstein) 2017-11-27 14:09:08 -08:00 committed by GitHub
parent 696db21ed7
commit 95844fec48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ if ( ! defined( 'WPINC' ) ) {
die;
}
/**
* Currently pligin version.
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'PLUGIN_NAME_VERSION', '1.0.0' );
/**