Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 18, 2024
1 parent b088a75 commit cf10672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-bread-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function get_meeting_list_templates_json(string $root): string
}
function ml_default_editor($r)
{
if (!function_exists( 'get_current_screen' )) {
if (!function_exists('get_current_screen')) {
return $r;
}
global $my_admin_page;
Expand Down

0 comments on commit cf10672

Please sign in to comment.