Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
17cd8dba
Commit
17cd8dba
authored
Nov 23, 2014
by
lechuck
Committed by
agata
Oct 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small workaround to fix simplyexclude plugin broken with wordpress 4
parent
a4352d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wp-content/plugins/simply-exclude/simplyexclude.php
wp-content/plugins/simply-exclude/simplyexclude.php
+1
-1
No files found.
wp-content/plugins/simply-exclude/simplyexclude.php
View file @
17cd8dba
...
...
@@ -68,7 +68,7 @@ class SimplyExclude
$SE_FILTERS_PRIORITY
=
apply_filters
(
'se_filters_priority'
,
$SE_FILTERS_PRIORITY
);
// Used to limit the categories displayed on the home page. Simple
add_filter
(
'pre_get_posts'
,
array
(
$this
,
'se_filters'
),
$SE_FILTERS_PRIORITY
);
add_filter
(
'pre_get_posts'
,
array
(
&
$this
,
'se_filters'
)
);
}
function
admin_init_proc
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment