Skip to content

Commit 4c0e496

Browse files
committed
Suppress 'Activate' button in Theme preview
1 parent 4124e37 commit 4c0e496

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)