Skip to content

Commit 318da0b

Browse files
committed
Remove old php-extension-bundle playground query param
This has been removed from the playground.
1 parent bc3db0d commit 318da0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-api-debugger/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const store = createStore(NS, {
168168
}
169169
const base = '/wp-admin/admin.php';
170170
const u = new URL(
171-
'https://playground.wordpress.net/?plugin=html-api-debugger&php-extension-bundle=light',
171+
'https://playground.wordpress.net/?plugin=html-api-debugger',
172172
);
173173
u.searchParams.set('url', `${base}?${searchParams.toString()}`);
174174
return u;

0 commit comments

Comments
 (0)