1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 17:22:11 +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,5 +1,7 @@
<?php
/**
* @TODO
*
* Short Description (no period for file headers)
*
* Long Description.
@ -7,8 +9,7 @@
* @link URL
* @since x.x.x (if available)
*
* @package WordPress
* @subpackage Component
* @package TODO
*
* @wordpress-plugin
* Plugin Name: TODO

View file

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