Skip to content

Commit

Permalink
[not verified] remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 17, 2023
1 parent 5b2fc15 commit 8f6a289
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/packages/stats-admin/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 8f6a289

Please sign in to comment.