| 12345678910111213141516 |
- <?php
- /**
- * Represents the view for the public-facing component of the plugin.
- *
- * This typically includes any information, if any, that is rendered to the
- * frontend of the theme when the plugin is activated.
- *
- * @package Featured_Image_Admin_Thumb
- * @author Sean Hayes <sean@seanhayes.biz>
- * @license GPL-2.0+
- * @link http://www.seanhayes.biz
- * @copyright 2014 Sean Hayes
- */
- ?>
- <!-- This file is used to markup the public facing aspect of the plugin. -->
|