Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
wp-bx24
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
wp-bx24
Commits
4df29942
Commit
4df29942
authored
Jun 01, 2018
by
Карнаухов Константин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a61b9084
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
class-starter-plugin-admin.php
classes/class-starter-plugin-admin.php
+1
-1
starter-plugin.php
starter-plugin.php
+1
-0
No files found.
classes/class-starter-plugin-admin.php
View file @
4df29942
...
...
@@ -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 Plugi
n'
,
'starter-plugin'
),
'manage_options'
,
'starter-plugin'
,
array
(
$this
,
'settings_screen'
)
);
$this
->
_hook
=
add_submenu_page
(
'options-general.php'
,
__
(
'
Bitrix24 Integration'
,
'starter-plugin'
),
__
(
'Bitrix24 Integratio
n'
,
'starter-plugin'
),
'manage_options'
,
'starter-plugin'
,
array
(
$this
,
'settings_screen'
)
);
}
// End register_settings_screen()
/**
...
...
starter-plugin.php
View file @
4df29942
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment