From 1037c30dfec1fa84d6c1136828b4aa2dc3e5f470 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 30 Jan 2023 20:53:58 +0000 Subject: [PATCH] Allow setting source to blank --- ext/bulk_actions/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; } }