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
939ef217
Commit
939ef217
authored
Nov 23, 2014
by
lechuck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small workaround to fix simplyexclude plugin broken with wordpress 4
parent
36fcf171
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 @
939ef217
...
@@ -54,7 +54,7 @@ class SimplyExclude
...
@@ -54,7 +54,7 @@ class SimplyExclude
add_action
(
'wp_ajax_se_update'
,
array
(
&
$this
,
'se_ajax_update'
)
);
add_action
(
'wp_ajax_se_update'
,
array
(
&
$this
,
'se_ajax_update'
)
);
// 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'
)
,
999
);
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