1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-14 01:02:12 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/admin/partials/plugin-name-admin-display.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. -->