1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-13 16:52:10 +03:00

updating the docblocks for proper use of TODO and @TODO

This commit is contained in:
Tom McFarlin 2014-04-30 22:06:19 -04:00
parent b8132f4b9d
commit b7d17e4122
2 changed files with 7 additions and 6 deletions

View file

@ -1,14 +1,15 @@
<?php <?php
/** /**
* @TODO
*
* Short Description (no period for file headers) * Short Description (no period for file headers)
* *
* Long Description. * Long Description.
* *
* @link URL * @link URL
* @since x.x.x (if available) * @since x.x.x (if available)
* *
* @package WordPress * @package TODO
* @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)
* *
* Long Description. * Long Description.
* *
* @link URL * @link URL
* @since x.x.x (if available) * @since x.x.x (if available)
* *
* @package WordPress * @package TODO
* @subpackage Component
*/ */
// If uninstall not called from WordPress, then exit. // If uninstall not called from WordPress, then exit.