Skip to content

Commit

Permalink
Merge pull request #517 from ebanx/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Cezar Luiz authored Jun 6, 2017
2 parents 1a6c059 + 3df9710 commit 2727b2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function serve() {

// Route it and die
call_user_func_array($route, $params);
wp_die();
exit;
}

// Private
Expand Down

0 comments on commit 2727b2f

Please sign in to comment.