From ae0394724ed4652aefb355f276ad3d99a4c73015 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 10 May 2013 07:45:32 -0400 Subject: [PATCH] removing redundant section headers since properties, constructors, and functions --- plugin-boilerplate/plugin-boilerplate.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugin-boilerplate/plugin-boilerplate.php b/plugin-boilerplate/plugin-boilerplate.php index 0998080..4b5a1c2 100644 --- a/plugin-boilerplate/plugin-boilerplate.php +++ b/plugin-boilerplate/plugin-boilerplate.php @@ -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.