Skip to content

Commit be57d38

Browse files
authored
clarify the comment
1 parent 9e1be10 commit be57d38

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integrations/query-monitor/boot.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
'active_plugins'
7676
)
7777
);
78-
// $value may be null on multisites
78+
/**
79+
* $value may be null during WordPress Playground multisite setup.
80+
* @see https://github.com/WordPress/sqlite-database-integration/pull/219.
81+
*/
7982
if ( null !== $value ) {
8083
$query_monitor_active = in_array(
8184
'query-monitor/query-monitor.php',

0 commit comments

Comments
 (0)