1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03: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:
Tom McFarlin 2014-04-25 19:00:08 -04:00
parent 026515da85
commit 9f71476166
2 changed files with 14 additions and 14 deletions

View file

@ -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

View file

@ -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.