mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-11-04 21:02:58 +02:00
26 lines
654 B
PHP
26 lines
654 B
PHP
<?php
|
|
|
|
/**
|
|
* Define a short description for what this file does (no period)
|
|
*
|
|
* @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
|
|
*/
|
|
|
|
/**
|
|
* Define a short description for what this file does.
|
|
*
|
|
* Define a longer description for the purpose of this file.
|
|
*
|
|
* @package Plugin_Name
|
|
* @subpackage Plugin_Name/admin/partials
|
|
* @author Your Name <email@example.com>
|
|
*/
|
|
?>
|
|
|
|
<!-- This file is used to markup the dashboard-specific aspects of the plugin. -->
|