mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
updating the docblocks and adding whitespace to the end of the file
This commit is contained in:
parent
4f2719b2eb
commit
c10b371d67
3 changed files with 35 additions and 34 deletions
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Define a short description for what this file does.
|
||||
* Define a short description for what this file does (no period)
|
||||
*
|
||||
* @since x.x.x
|
||||
* @package TODO
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_Name/admin/partials
|
||||
* @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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -12,11 +17,9 @@
|
|||
*
|
||||
* Define a longer description for the purpose of this file.
|
||||
*
|
||||
* @package TODO
|
||||
* @author Your Name <your@email.com>
|
||||
* @license GPL-2.0+
|
||||
* @link URL
|
||||
* @copyright 2014 Your Name of Your Company Name
|
||||
* @package Plugin_Name
|
||||
* @subpackage Plugin_Name/admin/partials
|
||||
* @author Your Name <email@example.com>
|
||||
*/
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue