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
819a8801
Commit
819a8801
authored
7 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
Główny plik wtyczki - przekazanie do konstruktora głównej klasy wtyczki
parent
85c3febf
No related branches found
No related tags found
1 merge request
!9
Merge of devel-plugin-version to devel
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/plugin-template-factory.php
+2
-0
2 additions, 0 deletions
classes/plugin-template-factory.php
with
2 additions
and
0 deletions
classes/plugin-template-factory.php
+
2
−
0
View file @
819a8801
...
@@ -6,6 +6,8 @@ require_once( 'plugin-template-plugin.php' );
...
@@ -6,6 +6,8 @@ require_once( 'plugin-template-plugin.php' );
final
class
WPDesk_Plugin_Template_Factory
implements
WPDesk_Plugin_Factory_1_10
{
final
class
WPDesk_Plugin_Template_Factory
implements
WPDesk_Plugin_Factory_1_10
{
const
PHP_EXTENSION
=
'.php'
;
/** @var WPDesk_Plugin_Template_Plugin */
/** @var WPDesk_Plugin_Template_Plugin */
private
static
$instance
=
null
;
private
static
$instance
=
null
;
...
...
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