Skip to content

Commit eb701b3

Browse files
authored
Update disable-empty-trash.php
1 parent 3d038f3 commit eb701b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

disable-empty-trash.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Disable Empty Trash
44
Plugin URI: https://www.littlebizzy.com/plugins/disable-empty-trash
55
Description: Stops WordPress emptying trash
6-
Version: 2.0.0
6+
Version: 2.0.1
77
Author: LittleBizzy
88
Author URI: https://www.littlebizzy.com
99
License: GPL3
@@ -15,7 +15,7 @@
1515

1616
// Disable WordPress.org updates for this plugin
1717
add_filter('gu_override_dot_org', function ($overrides) {
18-
$overrides['disable-empty-trash/disable-empty-trash.php'] = true;
18+
$overrides[] = 'disable-empty-trash/disable-empty-trash.php';
1919
return $overrides;
2020
});
2121

0 commit comments

Comments
 (0)