Skip to content

Commit 5106d9f

Browse files
committed
Tweak comment about common file
1 parent 5705069 commit 5106d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/remote/src/lib/worker-thread.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ try {
283283
'wordpress-remote-asset-paths'
284284
);
285285
// 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.
286+
// This file is present in WP 6.2 - 6.5, nightly, and the current beta.
287287
const commonStaticAssetPath = joinPaths(
288288
requestHandler.documentRoot,
289289
'wp-admin/css/common.css'

0 commit comments

Comments
 (0)