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