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
1 changed files with 9 additions and 1 deletions

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 -->