Skip to content

Commit 12d8b5b

Browse files
Fix remove test variable
1 parent e1cda07 commit 12d8b5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/Images/ImageLimitBanner.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public function display_admin_banner() {
3636

3737
// Check for permanent ban.
3838
$is_banned = ImageSettings::is_banned();
39-
$is_banned = true;
4039
if ( $is_banned ) {
4140
$this->display_ban_banner();
4241
}

0 commit comments

Comments
 (0)