Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/common/lib/mu-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function getStandardMuPlugins( options: MuPluginOptions ): MuPlugin[] {
muPlugins.push( {
filename: '0-tmp-fix-qm-plugin-sapi.php',
content: `<?php
// This is a temporary fix for a Query Manager plugin, which isn't rendered in wp-admin if sapi is "cli" (it's the case for wordpress-playground).
// This is a temporary fix for a Query Monitor plugin, which isn't rendered in wp-admin if sapi is "cli" (it's the case for wordpress-playground).
// See https://github.com/WordPress/wordpress-playground/pull/2424#issuecomment-3686951491
// It's not the best fix, but it's simple and for consistency it's the same as used in wordpress-playground (https://github.com/WordPress/wordpress-playground/pull/2415)
define('QM_TESTS', true);
Expand Down