mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
adding whitespace between the header and the markup
This commit is contained in:
parent
aa01ca281c
commit
70ff70f537
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
* @copyright 2013 Your Name or Company Name
|
||||
*/
|
||||
?>
|
||||
|
||||
<div class="wrap">
|
||||
|
||||
<?php screen_icon(); ?>
|
||||
|
|
|
@ -12,4 +12,5 @@
|
|||
* @copyright 2013 Your Name or Company Name
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- This file is used to markup the public facing aspect of the plugin. -->
|
Loading…
Reference in a new issue