1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-15 01:32:11 +03:00

adding whitespace between the header and the markup

This commit is contained in:
Tom McFarlin 2013-10-17 16:32:25 -04:00
parent aa01ca281c
commit 70ff70f537
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
* @copyright 2013 Your Name or Company Name * @copyright 2013 Your Name or Company Name
*/ */
?> ?>
<div class="wrap"> <div class="wrap">
<?php screen_icon(); ?> <?php screen_icon(); ?>

View file

@ -12,4 +12,5 @@
* @copyright 2013 Your Name or Company Name * @copyright 2013 Your Name or Company Name
*/ */
?> ?>
<!-- This file is used to markup the public facing aspect of the plugin. --> <!-- This file is used to markup the public facing aspect of the plugin. -->