mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
parent
d6d3b1aaa6
commit
111c60122d
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
<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>
|
||||
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
||||
|
||||
<!-- TODO: Provide markup for your options page here. -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue