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
!12
Bugfix/init file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Bugfix/init file
bugfix/init-file
into
master
Overview
1
Commits
5
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
Merged
Krzysztof Dyszczyk
requested to merge
bugfix/init-file
into
master
6 years ago
Overview
1
Commits
5
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
f0035eb7
Prev
Next
Show latest version
2 files
+
29
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
f0035eb7
Script in admin head
· f0035eb7
Grzegorz Rola
authored
6 years ago
src/WPDesk/Notice/AjaxHandler.php
+
1
−
1
View file @ f0035eb7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -30,7 +30,7 @@ class AjaxHandler implements HookablePluginDependant
/**
* AjaxHandler constructor.
*
* @param string $assetsURL Assets URL.
* @param string
|null
$assetsURL Assets URL.
*/
public
function
__construct
(
$assetsURL
=
null
)
{
Loading