We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4068d6 commit 5ce135bCopy full SHA for 5ce135b
index.php
@@ -9,6 +9,7 @@ function comments(...$lot) {
9
}
10
if (\class_exists("\\Layout") && !\Layout::of('comments')) {
11
\Layout::set('comments', static function ($key, array $lot = []) {
12
+ \extract($lot, \EXTR_SKIP);
13
\extract($GLOBALS, \EXTR_SKIP);
14
$any = \P . \uniqid() . \P; // Dummy value
15
$c = \State::get('x.comment', true);
0 commit comments