mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
updating the docblocks for proper use of TODO
and @TODO
This commit is contained in:
parent
b8132f4b9d
commit
b7d17e4122
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue