Skip to content
Snippets Groups Projects
Verified Commit a5cb7095 authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove stray `add_filter()` call without corresponding callback, which broke...

Remove stray `add_filter()` call without corresponding callback, which broke all options screens other than Permalinks. :face_palm:
parent 599ea1e5
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ class ETH_Redirect_To_Latest_Post {
add_action( 'parse_request', array( $this, 'action_parse_request' ) );
add_action( 'admin_init', array( $this, 'action_admin_init' ) );
add_filter( 'whitelist_options', array( $this, 'filter_whitelist_options' ), 999 );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment