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-05-03 15:06:38 -04:00
|
|
|
* Define a short description for what this file does (no period)
|
2014-04-09 16:22:44 -04:00
|
|
|
*
|
2014-05-03 15:06:38 -04:00
|
|
|
* @package Plugin_Name
|
|
|
|
* @subpackage Plugin_Name/admin/partials
|
|
|
|
* @author Your Name <email@example.com>
|
|
|
|
* @license GPL-2.0+
|
|
|
|
* @link http://example.com
|
|
|
|
* @copyright 2014 Your Name or Company Name
|
|
|
|
* @since 1.0.0
|
2014-04-30 22:55:06 -04:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Define a short description for what this file does.
|
|
|
|
*
|
|
|
|
* Define a longer description for the purpose of this file.
|
|
|
|
*
|
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
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
|
|
|
<!-- This file is used to markup the dashboard-specific aspects of the plugin. -->
|