1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 13:45:35 +03:00

Making the file headers more conssitent

Improving the documentation for each file, as well.

Fix #193
This commit is contained in:
Tom McFarlin 2014-07-30 15:16:32 -04:00
parent 43ee54a0ee
commit 57205587af
5 changed files with 59 additions and 55 deletions

View file

@ -1,21 +1,19 @@
<?php
/**
* Define a short description for what this file does (no period)
* Provide a public-facing view for the plugin
*
* @link http://example.com
* @since 1.0.0
*
* @package Plugin_Name
* @subpackage Plugin_Name/public/partials
* @author Your Name <email@example.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @since 1.0.0
*/
/**
* Define a short description for what this file does.
* Provide a public-facing view for the plugin.
*
* Define a longer description for the purpose of this file.
* This file is used to markup the public-facing aspects of the plugin.
*
* @package Plugin_Name
* @subpackage Plugin_Name/public/partials
@ -23,4 +21,4 @@
*/
?>
<!-- This file is used to markup the public-facing aspects of the plugin. -->
<!-- This file should primarily consist of HTML with a little bit of PHP. -->