Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sfgarza committed Apr 25, 2017
1 parent 7d42602 commit d0231a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion includes/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct() {
*/
public function admin_menu() {
register_setting( '%%TEXTDOMAIN%%_settings', '%%TEXTDOMAIN%%_settings' );
add_options_page( '%%PLUGIN_NAME%% Settings', '%%PLUGIN_NAME%% Settings', 'manage_options', '%%TEXTDOMAIN%%', array( $this, 'settings_page' ) );
add_options_page( '%%NAME%% Settings', '%%NAME%% Settings', 'manage_options', '%%TEXTDOMAIN%%', array( $this, 'settings_page' ) );
}

/**
Expand Down
12 changes: 6 additions & 6 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

/*
-------------------------------------------------------------------------------
Plugin Name: %%PLUGIN_NAME%%
Plugin URI: %%PLUGIN_URI%%
Description: %%PLUGIN_DESCRIPTION%%
Version: 1.0.0
Author: %%AUTHOR%%
Contributors: %%CONTRIBUTORS%%
Plugin Name: %%NAME%%
Plugin URI: %%URI%%
Description: %%DESCRIPTION%%
Text Domain: %%TEXTDOMAIN%%
Author: %%AUTHOR%%
Author URI: %%AUTHOR_URI%%
Contributors: %%CONTRIBUTORS%%
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Version: 1.0.0
------------------------------------------------------------------------------
*/

Expand Down

0 comments on commit d0231a1

Please sign in to comment.