Skip to content
Snippets Groups Projects
Commit 65002908 authored by Daniel Bachhuber's avatar Daniel Bachhuber
Browse files

Fix filter typo

parent 8f2f9f73
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ class external_permalinks_redux { ...@@ -32,7 +32,7 @@ class external_permalinks_redux {
add_action( 'wp', array( $this, 'action_wp' ) ); add_action( 'wp', array( $this, 'action_wp' ) );
$this->meta_key_target = apply_filters( 'epr_meta_key_target', '_links_to' ); $this->meta_key_target = apply_filters( 'epr_meta_key_target', '_links_to' );
$this->meta_key_type = apply_filters( 'epr_meta_key_target', '_links_to_type' ); $this->meta_key_type = apply_filters( 'epr_meta_key_type', '_links_to_type' );
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment