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