Skip to content

Commit

Permalink
Print non-AMP stats footer (#9596)
Browse files Browse the repository at this point in the history
After #9458, the pixel was not printed to the front-end.
  • Loading branch information
kraftbj authored and oskosk committed May 24, 2018
1 parent 76ae03c commit 32df762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function stats_render_footer( $data ) {
</script>
END;
print $stats_footer;
}

function stats_render_amp_footer( $data ) {
Expand Down

0 comments on commit 32df762

Please sign in to comment.