File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
client/my-sites/themes/theme-upload Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import ProgressBar from 'components/progress-bar';
2121import Button from 'components/button' ;
2222import ThanksModal from 'my-sites/themes/thanks-modal' ;
2323import QueryCanonicalTheme from 'components/data/query-canonical-theme' ;
24+ import PageViewTracker from 'lib/analytics/page-view-tracker' ;
2425// Necessary for ThanksModal
2526import QueryActiveTheme from 'components/data/query-active-theme' ;
2627import { localize } from 'i18n-calypso' ;
@@ -263,6 +264,7 @@ class Upload extends React.Component {
263264
264265 return (
265266 < Main >
267+ < PageViewTracker path = "/themes/upload/:site" title = "Themes > Install" />
266268 < QueryEligibility siteId = { siteId } />
267269 < QueryActiveTheme siteId = { siteId } />
268270 { themeId && complete && < QueryCanonicalTheme siteId = { siteId } themeId = { themeId } /> }
You can’t perform that action at this time.
0 commit comments