Skip to content

Commit b4facb7

Browse files
authored
Update force-https.php
1 parent ef6e862 commit b4facb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

force-https.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Force HTTPS
44
Plugin URI: https://www.littlebizzy.com/plugins/force-https
55
Description: HTTPS enforcement for WordPress
6-
Version: 2.0.0
6+
Version: 2.0.1
77
Author: LittleBizzy
88
Author URI: https://www.littlebizzy.com
99
License: GPLv3
@@ -20,7 +20,7 @@
2020

2121
// Disable WordPress.org updates for this plugin
2222
add_filter('gu_override_dot_org', function ($overrides) {
23-
$overrides['force-https/force-https.php'] = true;
23+
$overrides[] = 'force-https/force-https.php';
2424
return $overrides;
2525
});
2626

0 commit comments

Comments
 (0)