From 6d6f6399f7ef14d606c1fbd0837b0629b379e0b4 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 1 Aug 2014 16:44:57 -0400 Subject: [PATCH] Removing a duplicate line of code Related #199 --- .../trunk/includes/class-plugin-name-loader.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plugin-name/trunk/includes/class-plugin-name-loader.php b/plugin-name/trunk/includes/class-plugin-name-loader.php index 6596e6c..06a9f0e 100644 --- a/plugin-name/trunk/includes/class-plugin-name-loader.php +++ b/plugin-name/trunk/includes/class-plugin-name-loader.php @@ -10,17 +10,6 @@ * @subpackage Plugin_Name/includes */ -/** - * Register all actions and filters for the plugin. - * - * Maintains them in a list as defined in the core plugin file and then - * registers them with WordPress when the plugin begins execution. - * - * @package Plugin_Name - * @subpackage Plugin_Name/includes - * @author Your Name - */ - /** * Register all actions and filters. *