1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-05-05 21:39:05 +03:00

finalizing page-level documentation to all php files

Fixes 
This commit is contained in:
Tom McFarlin 2013-05-12 09:18:27 -04:00
parent a6366a7597
commit 68c8d4e3dc
2 changed files with 5 additions and 13 deletions
plugin-boilerplate

View file

@ -37,5 +37,5 @@ if ( ! defined( 'ABSPATH' ) ) {
require_once( plugin_dir_path( __FILE__ ) . 'class-plugin-boilerplate.php' );
// TODO: make sure to replace PluginName with the name of the plugin defined in `class-plugin-boilerplate.php`
// TODO: replace PluginName with the name of the plugin defined in `class-plugin-boilerplate.php`
PluginName::get_instance();