mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
updating the code comments as per the handbook
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
b426fbe514
commit
3bee4f4272
2 changed files with 4 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
<?php // Silence is golden.
|
<?php // Silence is golden
|
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @TEAM: http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#1-functions-and-class-methods
|
* @TODO: Short description (no period for file headers)
|
||||||
|
*
|
||||||
|
* @TODO: Long description.
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @package Plugin_Name
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
|
|
Loading…
Reference in a new issue