mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
updating the docblocks
This commit is contained in:
parent
af315d7145
commit
821e24a9ea
2 changed files with 8 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue