Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
af1e2010
Commit
af1e2010
authored
Nov 23, 2014
by
lechuck
Committed by
lucha
Dec 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small workaround to fix simplyexclude plugin broken with wordpress 4
parent
ac963c71
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 @
af1e2010
...
@@ -68,7 +68,7 @@ class SimplyExclude
...
@@ -68,7 +68,7 @@ class SimplyExclude
$SE_FILTERS_PRIORITY
=
apply_filters
(
'se_filters_priority'
,
$SE_FILTERS_PRIORITY
);
$SE_FILTERS_PRIORITY
=
apply_filters
(
'se_filters_priority'
,
$SE_FILTERS_PRIORITY
);
// Used to limit the categories displayed on the home page. Simple
// 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
()
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