mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
updating the docblocks to the match the wpcs
http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/ Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
026515da85
commit
9f71476166
2 changed files with 14 additions and 14 deletions
|
@ -1,14 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* TODO: Short description (no period for file headers)
|
||||
* Short Description (no period for file headers)
|
||||
*
|
||||
* TODO: Long description.
|
||||
* Long Description.
|
||||
*
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
* @link URL
|
||||
* @since x.x.x (if available)
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Component
|
||||
*
|
||||
* @wordpress-plugin
|
||||
* Plugin Name: TODO
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* TODO: Short description (no period for file headers)
|
||||
* Short Description (no period for file headers)
|
||||
*
|
||||
* TODO: Long description.
|
||||
* Long Description.
|
||||
*
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
* @link URL
|
||||
* @since x.x.x (if available)
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Component
|
||||
*/
|
||||
|
||||
// If uninstall not called from WordPress, then exit.
|
||||
|
|
Loading…
Reference in a new issue