1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +03:00

updating the docblocks

This commit is contained in:
Tom McFarlin 2014-05-03 15:06:57 -04:00
parent af315d7145
commit 821e24a9ea
2 changed files with 8 additions and 12 deletions

View file

@ -5,16 +5,15 @@
*
* Long description.
*
* @package TODO
* @author Your Name <email@example.com>
* @package Plugin_Name
* @subpackage Plugin_name/includes
*/
/**
* Short description (no period for file headers)
* Define a short description for what this class does.
*
* Long description.
* Define a longer description for the purpose of this class.
*
* @package TODO
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com

View file

@ -5,16 +5,15 @@
*
* Long description.
*
* @package TODO
* @author Your Name <email@example.com>
* @package Plugin_Name
* @subpackage Plugin_name/includes
*/
/**
* Short description (no period for file headers)
* Define a short description for what this class does.
*
* Long description.
* Define a longer description for the purpose of this class.
*
* @package TODO
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
@ -27,8 +26,6 @@ class Plugin_Name_Deactivator {
*
* Long description.
*
* @since x.x.x
* @link URL
*/
public static function deactivate() {