Skip to content

Commit

Permalink
Merge pull request #1 from TweetPressFr/master
Browse files Browse the repository at this point in the history
remove else
  • Loading branch information
herewithme authored Oct 24, 2016
2 parents ba7716c + bd01672 commit 52f3764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
/** Hack : striclty redirect to wanted url */
wp_redirect( $redirect, 301 );
exit;
} else {
wp_die( 'Configure theme redirection on BO please' );
}
}

wp_die( 'Configure theme redirection on BO please' );

0 comments on commit 52f3764

Please sign in to comment.