17 lines
335 B
PHP
17 lines
335 B
PHP
<?php
|
|
|
|
/**
|
|
* Provide a admin area view for the plugin
|
|
*
|
|
* This file is used to markup the admin-facing aspects of the plugin.
|
|
*
|
|
* @link https://jit-tr.com
|
|
* @since 1.0.0
|
|
*
|
|
* @package Jit_Tr
|
|
* @subpackage Jit_Tr/admin/partials
|
|
*/
|
|
?>
|
|
|
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|