diff --git a/projects/packages/stats-admin/src/class-dashboard.php b/projects/packages/stats-admin/src/class-dashboard.php index 7d425a722b70d..c1aa41babb144 100644 --- a/projects/packages/stats-admin/src/class-dashboard.php +++ b/projects/packages/stats-admin/src/class-dashboard.php @@ -314,7 +314,6 @@ protected function get_current_user_capatibilites() { if ( ! isset( $_GET['flags'] ) || $_GET['flags'] !== 'stats/ads-page' ) {// phpcs:ignore WordPress.Security.NonceVerification.Recommended return array(); } - // TODO: `1.0.0` is just a placeholder. Add required API and then replace with the actual version. if ( version_compare( Main::VERSION, '0.4.0-alpha', '<' ) ) { return array(); }