mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
defining the basic code comments and the public facing partial
This commit is contained in:
parent
a392f3f9db
commit
4b7dde5553
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @TODO
|
||||||
|
* Define a short description for what this file does.
|
||||||
|
*
|
||||||
|
* @since x.x.x
|
||||||
|
* @package TODO
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @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 public-facing aspects of the plugin. -->
|
Loading…
Reference in a new issue