Skip to content

Commit

Permalink
Add a secret message
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Feb 3, 2023
1 parent 12791ec commit 86aedc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @package gutenberg
*/

if($_GET['test'] == 'test') {
die("This is a secret message shipped in try/test-pr-for-playground-preview");
}

/**
* Gutenberg's Menu.
*
Expand Down

0 comments on commit 86aedc0

Please sign in to comment.