1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +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
/**
* @TODO
*
* Short Description (no period for file headers)
*
* Long Description.
*
* @link URL
* @link URL
* @since x.x.x (if available)
*
* @package WordPress
* @subpackage Component
* @package TODO
*
* @wordpress-plugin
* Plugin Name: TODO

View file

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