2014-05-01 05:54:48 +03:00
|
|
|
<?php
|
2014-05-02 06:26:16 +03:00
|
|
|
|
2014-05-01 05:54:48 +03:00
|
|
|
/**
|
2014-07-30 22:16:32 +03:00
|
|
|
* Provide a public-facing view for the plugin
|
2014-05-01 05:54:48 +03:00
|
|
|
*
|
2014-07-30 22:59:15 +03:00
|
|
|
* This file is used to markup the public-facing aspects of the plugin.
|
|
|
|
*
|
2014-05-03 22:27:01 +03:00
|
|
|
* @link http://example.com
|
|
|
|
* @since 1.0.0
|
2014-07-30 22:16:32 +03:00
|
|
|
*
|
|
|
|
* @package Plugin_Name
|
|
|
|
* @subpackage Plugin_Name/public/partials
|
2014-05-01 05:54:48 +03:00
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
2014-07-30 22:59:15 +03:00
|
|
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|