Skip to content

Commit 8a6fd1a

Browse files
committed
Merge pull request #4712 from wordpress-mobile/issue/4711-theme-customize
Suppress 'Activate' button in Theme preview
2 parents 4b08b5d + 4c0e496 commit 8a6fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Themes/ThemeBrowserViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public protocol ThemePresenter: class
589589

590590
public func presentPreviewForTheme(theme: Theme?) {
591591
WPAppAnalytics.track(.ThemesPreviewedSite, withBlog: self.blog)
592-
presentUrlForTheme(theme, url: theme?.customizeUrl())
592+
presentUrlForTheme(theme, url: theme?.customizeUrl(), activeButton: false)
593593
}
594594

595595
public func presentDetailsForTheme(theme: Theme?) {

0 commit comments

Comments
 (0)