1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 01:02:12 +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. * Long description.
* *
* @package TODO * @package Plugin_Name
* @author Your Name <email@example.com> * @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> * @author Your Name <email@example.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link http://example.com * @link http://example.com

View file

@ -5,16 +5,15 @@
* *
* Long description. * Long description.
* *
* @package TODO * @package Plugin_Name
* @author Your Name <email@example.com> * @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> * @author Your Name <email@example.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link http://example.com * @link http://example.com
@ -27,8 +26,6 @@ class Plugin_Name_Deactivator {
* *
* Long description. * Long description.
* *
* @since x.x.x
* @link URL
*/ */
public static function deactivate() { public static function deactivate() {