1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-15 01:32:11 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/admin/partials/plugin-name-admin-display.php
Tom McFarlin 793797ae71 removing all of the @TODO references
as per GaryJones notes, "You can't have tags come before the short / long description, otherwise the descriptions end up as part of a multiline tag."

removing these @TODO's until the team decides whether or not to replace them with something clearer, or to discuss it to the documentation
2014-05-01 23:26:16 -04:00

23 lines
476 B
PHP

<?php
/**
* Define a short description for what this file does.
*
* @since x.x.x
* @package TODO
*/
/**
* Define a short description for what this file does.
*
* Define a longer description for the purpose of this file.
*
* @package TODO
* @author Your Name <your@email.com>
* @license GPL-2.0+
* @link URL
* @copyright 2014 Your Name of Your Company Name
*/
?>
<!-- This file is used to markup the dashboard-specific aspects of the plugin. -->