update

parent a61b9084
......@@ -62,7 +62,7 @@ final class Starter_Plugin_Admin {
* @return void
*/
public function register_settings_screen () {
$this->_hook = add_submenu_page( 'options-general.php', __( 'Starter Plugin Settings', 'starter-plugin' ), __( 'Starter Plugin', 'starter-plugin' ), 'manage_options', 'starter-plugin', array( $this, 'settings_screen' ) );
$this->_hook = add_submenu_page( 'options-general.php', __( 'Bitrix24 Integration', 'starter-plugin' ), __( 'Bitrix24 Integration', 'starter-plugin' ), 'manage_options', 'starter-plugin', array( $this, 'settings_screen' ) );
} // End register_settings_screen()
/**
......
......@@ -11,6 +11,7 @@
*
* Text Domain: starter-plugin
* Domain Path: /languages/
* GitHub Plugin URI: http://git.zolotoykod.ru/zk/wp-bx24.git
*
* @package Starter_Plugin
* @category Core
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment