mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
combining both the admin_open and admin_close into a single file. localizing the text.
This commit is contained in:
parent
3abd8e1ad7
commit
91a84225a6
1 changed files with 9 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue