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 5705069 commit 5106d9fCopy full SHA for 5106d9f
packages/playground/remote/src/lib/worker-thread.ts
@@ -283,7 +283,7 @@ try {
283
'wordpress-remote-asset-paths'
284
);
285
// Use a common WP static asset to guess whether we are using a minified WP build.
286
- // This file is present in WP 6.2 - 6.5 and the current beta.
+ // This file is present in WP 6.2 - 6.5, nightly, and the current beta.
287
const commonStaticAssetPath = joinPaths(
288
requestHandler.documentRoot,
289
'wp-admin/css/common.css'
0 commit comments