mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03: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,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
* @TODO
|
||||||
|
*
|
||||||
* Short Description (no period for file headers)
|
* Short Description (no period for file headers)
|
||||||
*
|
*
|
||||||
* Long Description.
|
* Long Description.
|
||||||
|
@ -7,8 +9,7 @@
|
||||||
* @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
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
* @TODO
|
||||||
* Short Description (no period for file headers)
|
* Short Description (no period for file headers)
|
||||||
*
|
*
|
||||||
* Long Description.
|
* Long Description.
|
||||||
|
@ -7,8 +8,7 @@
|
||||||
* @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.
|
||||||
|
|
Loading…
Reference in a new issue