1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 09:12:10 +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 <?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

View file

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