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
1
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-notice
Commits
036b178e
Commit
036b178e
authored
1 month ago
by
Marcin Kolanko
Browse files
Options
Downloads
Patches
Plain Diff
refactor: remove old files
parent
c982edaa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Bugfix/wordpress review
Pipeline
#506182
failed with stages
in 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/WPDesk/Notice/views/admin-head-js-gutenberg.php
+0
-8
0 additions, 8 deletions
src/WPDesk/Notice/views/admin-head-js-gutenberg.php
src/WPDesk/Notice/views/admin-head-js.php
+0
-9
0 additions, 9 deletions
src/WPDesk/Notice/views/admin-head-js.php
with
0 additions
and
17 deletions
src/WPDesk/Notice/views/admin-head-js-gutenberg.php
deleted
100644 → 0
+
0
−
8
View file @
c982edaa
<?php
if
(
!
defined
(
'ABSPATH'
)
)
{
exit
;
}
// Exit if accessed directly
?>
<script
type=
"text/javascript"
>
<?php
include
dirname
(
__FILE__
,
5
)
.
'/assets/js/gutenberg.js'
;
?>
</script>
This diff is collapsed.
Click to expand it.
src/WPDesk/Notice/views/admin-head-js.php
deleted
100644 → 0
+
0
−
9
View file @
c982edaa
<?php
if
(
!
defined
(
'ABSPATH'
)
)
{
exit
;
}
// Exit if accessed directly
?>
<script
type=
"text/javascript"
>
<?php
include
dirname
(
__FILE__
,
5
)
.
'/assets/js/notice.js'
;
?>
</script>
<style>
.wpdesk-notice-gutenberg
{
display
:
none
;
}
</style>
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