PluginProbe
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… / 2.11.8
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… v2.11.8
3.0.0 2.11.12 2.11.11 2.11.10 2.11.9 2.11.7 2.11.8 2.11.6 2.11.5 2.11.4 2.11.3 2.11.1 2.11.2 2.11.0 2.10.5 2.10.4 2.10.3 2.10.2 2.10.1 2.10.0 2.9.9 2.9.8 2.9.6 2.9.7 2.9.5 All 88 releases
← All changes | includes/class-database-prefix.php +1 -1 2.11.72.11.8 View file →
@@ -74,9 +74,9 @@
74 74 if ( ! is_multisite() ) {
75 75 return true;
76 76 }
77 77
78 - if ( ! is_main_site() ) {
78 + if ( ! is_main_site() || ! is_main_network() ) {
79 79 return new WP_Error(
80 80 'multisite_not_main_site',
81 81 __( 'The database prefix is shared by the whole network. Change it from the main site of the network.', 'vigilante' )
82 82 );