Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-notice
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
wp-notice
Merge requests
!10
Feature/init
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Feature/init
feature/init
into
master
Overview
0
Commits
6
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/init
into
master
6 years ago
Overview
0
Commits
6
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
4a309c00
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4a309c00
move init file to root dir
· 4a309c00
Grzegorz Rola
authored
6 years ago
wp-notice-init.php
+
1
−
0
View file @ 4a309c00
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,3 +15,4 @@ if (!class_exists('\WPDesk\Notice\Factory')) {
require_once
'./WPDesk/Notice/Factory.php'
;
}
require_once
'./WPDesk/notice-functions.php'
;
Loading