mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02: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:
parent
e91be4101d
commit
5ab1805db8
4 changed files with 18 additions and 18 deletions
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?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
|
* @package Plugin_Name
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
class Plugin_Name_Activator {
|
class Plugin_Name_Activator {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @TODO: Short description. (use period)
|
* TODO: Short description. (use period)
|
||||||
*
|
*
|
||||||
* @TODO: Long description.
|
* TODO: Long description.
|
||||||
*
|
*
|
||||||
* @since x.x.x
|
* @since x.x.x
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?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
|
* @package Plugin_Name
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
class Plugin_Name_Deactivator {
|
class Plugin_Name_Deactivator {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @TODO: Short description. (use period)
|
* TODO: Short description. (use period)
|
||||||
*
|
*
|
||||||
* @TODO: Long description.
|
* TODO: Long description.
|
||||||
*
|
*
|
||||||
* @since x.x.x
|
* @since x.x.x
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?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
|
* @package Plugin_Name
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
|
@ -11,12 +11,12 @@
|
||||||
* @copyright 2014 Your Name or Company Name
|
* @copyright 2014 Your Name or Company Name
|
||||||
*
|
*
|
||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: @TODO
|
* Plugin Name: TODO
|
||||||
* Plugin URI: @TODO
|
* Plugin URI: TODO
|
||||||
* Description: @TODO
|
* Description: TODO
|
||||||
* Version: @TODO
|
* Version: TODO
|
||||||
* Author: @TODO
|
* Author: TODO
|
||||||
* Author URI: @TODO
|
* Author URI: TODO
|
||||||
* Text Domain: plugin-name-locale
|
* Text Domain: plugin-name-locale
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?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
|
* @package Plugin_Name
|
||||||
* @author Your Name <email@example.com>
|
* @author Your Name <email@example.com>
|
||||||
|
|
Loading…
Reference in a new issue