1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 09:23:15 +03:00

Removing a duplicate line of code

Related #199
This commit is contained in:
Tom McFarlin 2014-08-01 16:44:57 -04:00
parent efa4d08df3
commit 6d6f6399f7

View file

@ -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 <email@example.com>
*/
/**
* Register all actions and filters.
*