2014-04-09 16:22:44 -04:00
|
|
|
<?php
|
2014-05-01 23:26:16 -04:00
|
|
|
|
2014-04-09 16:22:44 -04:00
|
|
|
/**
|
2014-07-30 15:16:32 -04:00
|
|
|
* Provide a dashboard view for the plugin
|
2014-04-09 16:22:44 -04:00
|
|
|
*
|
2014-05-03 15:06:38 -04:00
|
|
|
* @link http://example.com
|
|
|
|
* @since 1.0.0
|
2014-07-30 15:16:32 -04:00
|
|
|
*
|
|
|
|
* @package Plugin_Name
|
|
|
|
* @subpackage Plugin_Name/admin/partials
|
2014-04-30 22:55:06 -04:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2014-07-30 15:16:32 -04:00
|
|
|
* Provide a dashboard view for the plugin.
|
2014-04-30 22:55:06 -04:00
|
|
|
*
|
2014-07-30 15:16:32 -04:00
|
|
|
* This file is used to markup the public-facing aspects of the plugin.
|
2014-04-30 22:55:06 -04:00
|
|
|
*
|
2014-05-03 15:06:38 -04:00
|
|
|
* @package Plugin_Name
|
|
|
|
* @subpackage Plugin_Name/admin/partials
|
|
|
|
* @author Your Name <email@example.com>
|
2014-04-30 22:55:06 -04:00
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
2014-07-30 15:16:32 -04:00
|
|
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|