mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03: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
|
<?php
|
||||||
/**
|
/**
|
||||||
* TODO: Short description (no period for file headers)
|
* Short Description (no period for file headers)
|
||||||
*
|
*
|
||||||
* TODO: Long description.
|
* Long Description.
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @link URL
|
||||||
* @author Your Name <email@example.com>
|
* @since x.x.x (if available)
|
||||||
* @license GPL-2.0+
|
*
|
||||||
* @link http://example.com
|
* @package WordPress
|
||||||
* @copyright 2014 Your Name or Company Name
|
* @subpackage Component
|
||||||
*
|
*
|
||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: TODO
|
* Plugin Name: TODO
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* TODO: Short description (no period for file headers)
|
* Short Description (no period for file headers)
|
||||||
*
|
*
|
||||||
* TODO: Long description.
|
* Long Description.
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @link URL
|
||||||
* @author Your Name <email@example.com>
|
* @since x.x.x (if available)
|
||||||
* @license GPL-2.0+
|
*
|
||||||
* @link http://example.com
|
* @package WordPress
|
||||||
* @copyright 2014 Your Name or Company Name
|
* @subpackage Component
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If uninstall not called from WordPress, then exit.
|
// If uninstall not called from WordPress, then exit.
|
||||||
|
|
Loading…
Reference in a new issue