PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 13.5
Jetpack – WP Security, Backup, Speed, & Growth v13.5
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
← All changes | modules/stats.php +1 -1 13.6.213.5 View file →
@@ -1810,9 +1810,9 @@
1810 1810 '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',
1811 1811 esc_html__( 'No stats', 'jetpack' )
1812 1812 );
1813 1813 } else {
1814 - $stats_post_url = 'wp-admin' === get_option( 'wpcom_admin_interface' )
1814 + $stats_post_url = ! ( new Host() )->is_woa_site() && Stats_Options::get_option( 'enable_odyssey_stats' )
1815 1815 ? admin_url( sprintf( 'admin.php?page=stats#!/stats/post/%d/%d', $post_id, Jetpack_Options::get_option( 'id', 0 ) ) )
1816 1816 : Redirect::get_url(
1817 1817 'calypso-stats-post',
1818 1818 array(