1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +03:00

removing '@TODO' in favor of 'TODO'

WordPress doesn't like '@TODO' and doesn't honor it when displaying it in the dashboard

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
Tom McFarlin 2014-04-25 18:21:25 -04:00
parent e91be4101d
commit 5ab1805db8
4 changed files with 18 additions and 18 deletions

View file

@ -1,9 +1,9 @@
<?php
/**
* @TODO: Short description (no period for file headers)
* TODO: Short description (no period for file headers)
*
* @TODO: Long description.
* TODO: Long description.
*
* @package Plugin_Name
* @author Your Name <email@example.com>
@ -14,9 +14,9 @@
class Plugin_Name_Activator {
/**
* @TODO: Short description. (use period)
* TODO: Short description. (use period)
*
* @TODO: Long description.
* TODO: Long description.
*
* @since x.x.x
*

View file

@ -1,9 +1,9 @@
<?php
/**
* @TODO: Short description (no period for file headers)
* TODO: Short description (no period for file headers)
*
* @TODO: Long description.
* TODO: Long description.
*
* @package Plugin_Name
* @author Your Name <email@example.com>
@ -14,9 +14,9 @@
class Plugin_Name_Deactivator {
/**
* @TODO: Short description. (use period)
* TODO: Short description. (use period)
*
* @TODO: Long description.
* TODO: Long description.
*
* @since x.x.x
*

View file

@ -1,8 +1,8 @@
<?php
/**
* @TODO: Short description (no period for file headers)
* TODO: Short description (no period for file headers)
*
* @TODO: Long description.
* TODO: Long description.
*
* @package Plugin_Name
* @author Your Name <email@example.com>
@ -11,12 +11,12 @@
* @copyright 2014 Your Name or Company Name
*
* @wordpress-plugin
* Plugin Name: @TODO
* Plugin URI: @TODO
* Description: @TODO
* Version: @TODO
* Author: @TODO
* Author URI: @TODO
* Plugin Name: TODO
* Plugin URI: TODO
* Description: TODO
* Version: TODO
* Author: TODO
* Author URI: TODO
* Text Domain: plugin-name-locale
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt

View file

@ -1,8 +1,8 @@
<?php
/**
* @TODO: Short description (no period for file headers)
* TODO: Short description (no period for file headers)
*
* @TODO: Long description.
* TODO: Long description.
*
* @package Plugin_Name
* @author Your Name <email@example.com>