mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +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:
parent
e91be4101d
commit
5ab1805db8
4 changed files with 18 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue