1
0
Fork 0
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:
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,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>