1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-11 07:42:10 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/public/partials/plugin-name-public-display.php
Tom McFarlin 57205587af Making the file headers more conssitent
Improving the documentation for each file, as well.

Fix #193
2014-07-30 15:16:32 -04:00

24 lines
524 B
PHP

<?php
/**
* Provide a public-facing view for the plugin
*
* @link http://example.com
* @since 1.0.0
*
* @package Plugin_Name
* @subpackage Plugin_Name/public/partials
*/
/**
* Provide a public-facing view for the plugin.
*
* This file is used to markup the public-facing aspects of the plugin.
*
* @package Plugin_Name
* @subpackage Plugin_Name/public/partials
* @author Your Name <email@example.com>
*/
?>
<!-- This file should primarily consist of HTML with a little bit of PHP. -->