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 61a3d8d commit bbe5ca5Copy full SHA for bbe5ca5
src/landing-page/create-modal.js
@@ -74,7 +74,7 @@ export const CreateThemeModal = ( { onRequestClose, creationType } ) => {
74
'create-block-theme'
75
)
76
);
77
- window.location = '/wp-admin/site-editor.php?canvas=edit';
+ window.location = window.cbt_landingpage_variables.editor_url;
78
} )
79
.catch( ( error ) => {
80
setErrorMessage(
0 commit comments