removing redundant section headers since properties, constructors, and functions

This commit is contained in:
Tom McFarlin 2013-05-10 07:45:32 -04:00
parent 5f8dbab63b
commit ae0394724e
1 changed files with 0 additions and 12 deletions

View File

@ -56,10 +56,6 @@ if ( ! defined('PLUGIN_NAME_VERSION' ) ) {
*/
class PluginName {
/*--------------------------------------------*
* Properties
*--------------------------------------------*/
/**
* Refers to a single instance of this class.
*
@ -74,10 +70,6 @@ class PluginName {
*/
protected $plugin_screen_slug = null;
/*--------------------------------------------*
* Constructor
*--------------------------------------------*/
/**
* Creates or returns an instance of this class.
*
@ -286,10 +278,6 @@ class PluginName {
include_once('views/admin.php');
}
/*--------------------------------------------*
* Core Functions
*---------------------------------------------*/
/*
* NOTE: Actions are points in the execution of a page or process
* lifecycle that WordPress fires.