diff --git a/ext/bulk_actions/theme.php b/ext/bulk_actions/theme.php index d49265c5..777a7606 100644 --- a/ext/bulk_actions/theme.php +++ b/ext/bulk_actions/theme.php @@ -66,6 +66,6 @@ class BulkActionsTheme extends Themelet public function render_source_input(): string { - return ""; + return ""; } }