Skip to content

Commit

Permalink
Set dont_change_homepage as true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
miksansegundo committed Feb 24, 2023
1 parent 7f60261 commit 9aa33fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/state/themes/actions/activate.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function activate(
siteId,
source = 'unknown',
purchased = false,
keepCurrentHomepage = false
keepCurrentHomepage = true
) {
return ( dispatch, getState ) => {
if ( isJetpackSite( getState(), siteId ) && ! getTheme( getState(), siteId, themeId ) ) {
Expand Down

0 comments on commit 9aa33fd

Please sign in to comment.