mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
updating the docblocks
This commit is contained in:
parent
ee79eb4582
commit
c83aa5434d
3 changed files with 40 additions and 34 deletions
|
@ -1,12 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Short description (no period for file headers)
|
||||
*
|
||||
* Long description.
|
||||
* Define a short description for what this class does (no period)
|
||||
*
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_name/includes
|
||||
* @subpackage Plugin_Name/includes
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -14,10 +17,9 @@
|
|||
*
|
||||
* Define a longer description for the purpose of this class.
|
||||
*
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_Name/includes
|
||||
* @author Your Name <email@example.com>
|
||||
*/
|
||||
class Plugin_Name_Deactivator {
|
||||
|
||||
|
@ -26,6 +28,7 @@ class Plugin_Name_Deactivator {
|
|||
*
|
||||
* Long description.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function deactivate() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue