Skip to content

Commit 2624a52

Browse files
authored
fix var
1 parent d0f56d4 commit 2624a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ public function register_shutdown_hooks() {
12161216
public function maybe_delete_transients( $should_delete ) {
12171217
global $wpdb;
12181218

1219-
if ( ! $result ) {
1219+
if ( ! $should_delete ) {
12201220
return;
12211221
}
12221222

0 commit comments

Comments
 (0)