We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d038f3 commit eb701b3Copy full SHA for eb701b3
disable-empty-trash.php
@@ -3,7 +3,7 @@
3
Plugin Name: Disable Empty Trash
4
Plugin URI: https://www.littlebizzy.com/plugins/disable-empty-trash
5
Description: Stops WordPress emptying trash
6
-Version: 2.0.0
+Version: 2.0.1
7
Author: LittleBizzy
8
Author URI: https://www.littlebizzy.com
9
License: GPL3
@@ -15,7 +15,7 @@
15
16
// Disable WordPress.org updates for this plugin
17
add_filter('gu_override_dot_org', function ($overrides) {
18
- $overrides['disable-empty-trash/disable-empty-trash.php'] = true;
+ $overrides[] = 'disable-empty-trash/disable-empty-trash.php';
19
return $overrides;
20
});
21
0 commit comments