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

Merge pull request #1 from tommcfarlin/master

Update
This commit is contained in:
Ulrich Pogson 2013-05-13 15:54:57 -07:00
commit e830776ac6
2 changed files with 0 additions and 16 deletions

View file

@ -29,22 +29,6 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/*
* The following constant is used to define a constant for this plugin to make it
* easier to provide cache-busting functionality on loading stylesheets
* and JavaScript.
*
* After you've defined these constants, do a find/replace on the constants
* used throughout the rest of this file.
*/
// TODO: Replace 'PLUGIN_NAME' wih the name of your class
if ( ! defined( 'PLUGIN_NAME_VERSION' ) ) {
// TODO: Make sure that this version correspondings to the value in the 'Version' in the header
define( 'PLUGIN_NAME_VERSION', '1.0.0' );
}
// TODO: replace `class-plugin-boilerplate.php` with the name of the actual plugin's class file
require_once( plugin_dir_path( __FILE__ ) . 'class-plugin-boilerplate.php' );

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB