1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 17:22:11 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/public/partials/plugin-name-public-display.php
2014-05-03 15:07:38 -04:00

23 lines
466 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 or Company Name
*/
?>
<!-- This file is used to markup the public-facing aspects of the plugin. -->