Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
ba54336e
Commit
ba54336e
authored
7 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
1.8
parent
fe7a0dae
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
classes/class-plugin-template-settings-hooks.php
+1
-1
1 addition, 1 deletion
classes/class-plugin-template-settings-hooks.php
plugin-template.php
+1
-1
1 addition, 1 deletion
plugin-template.php
with
2 additions
and
2 deletions
classes/class-plugin-template-settings-hooks.php
+
1
−
1
View file @
ba54336e
...
...
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
private
$plugin
;
public
function
__construct
(
WPDesk_Plugin_1_
7
$plugin
)
{
public
function
__construct
(
WPDesk_Plugin_1_
8
$plugin
)
{
$this
->
plugin
=
$plugin
;
$this
->
hooks
();
}
...
...
This diff is collapsed.
Click to expand it.
plugin-template.php
+
1
−
1
View file @
ba54336e
...
...
@@ -42,7 +42,7 @@
require_once
(
'classes/wpdesk/class-plugin.php'
);
class
WPDesk_Plugin_Template_Plugin
extends
WPDesk_Plugin_1_
7
{
class
WPDesk_Plugin_Template_Plugin
extends
WPDesk_Plugin_1_
8
{
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment