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
|
|
|
/**
|
2015-02-13 14:31:40 -04:00
|
|
|
* Provide a admin area view for the plugin
|
2014-04-09 16:22:44 -04:00
|
|
|
*
|
2015-02-13 14:31:40 -04:00
|
|
|
* This file is used to markup the admin-facing aspects of the plugin.
|
2014-07-30 21:59:15 +02: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
|
|
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|