Skip to content

Commit

Permalink
swapped spaces for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Mar 15, 2018
1 parent 6fc436e commit a787c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/class-srm-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function action_register_post_types() {
continue;
}

$role->add_cap( $redirect_capability );
$role->add_cap( $redirect_capability );
}

$redirect_capability = apply_filters( 'srm_restrict_to_capability', $redirect_capability );
Expand Down

0 comments on commit a787c35

Please sign in to comment.