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

combining both the admin_open and admin_close into a single file. localizing the text.

This commit is contained in:
Tom McFarlin 2013-05-07 22:10:34 -04:00
parent 3abd8e1ad7
commit 91a84225a6

View file

@ -1 +1,9 @@
<!-- This file is used to markup the administration form of the plugin. -->
<div class="wrap">
<?php screen_icon(); ?>
<?php // TODO: replace "plugin-name-locale" with a unique value for your plugin ?>
<h2><?php _e( 'My Plugin Name', 'plugin-name-locale' ); ?></h2>
<!-- TODO: Provide markup for your options page here. -->
</div><!-- .wrap -->