Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 28, 2025
1 parent 70d54c3 commit 17f44fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function filter_plugin_action_links( $plugin_actions, $plugin_file ) {
*/
function maybe_notice( $force = false ) {
if ( ! current_user_can( Utils\get_capability() ) ) {
return;
return false;
}

/**
Expand Down

0 comments on commit 17f44fe

Please sign in to comment.