Skip to content

Commit

Permalink
Change deny direct access message
Browse files Browse the repository at this point in the history
  • Loading branch information
7studio committed Mar 8, 2017
1 parent 356471f commit 60a68fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Exits if accessed directly.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
die( 'Cheatin’ uh?' );
}

define( 'THISTLE_TEXT_DOMAIN', 'thistle' );
Expand Down

0 comments on commit 60a68fa

Please sign in to comment.