Revert "Fix lint issues and improve test suite resilience"
This reverts commit 90d44bd3bc.
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
Require all denied
|
||||
</FilesMatch>
|
||||
|
||||
{{ if eq (getenv "MULTISITE") "" -}}
|
||||
{{ if eq (env "MULTISITE") "" -}}
|
||||
# BEGIN WordPress
|
||||
|
||||
RewriteEngine On
|
||||
@@ -17,7 +17,7 @@ RewriteRule . /index.php [L]
|
||||
# END WordPress
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq (getenv "MULTISITE") "subfolder" -}}
|
||||
{{- if eq (env "MULTISITE") "subfolder" -}}
|
||||
# BEGIN WordPress Multisite
|
||||
# Using subfolder network type: https://wordpress.org/documentation/article/htaccess/#multisite
|
||||
|
||||
@@ -39,7 +39,7 @@ RewriteRule . index.php [L]
|
||||
# END WordPress Multisite
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq (getenv "MULTISITE") "subdomain" -}}
|
||||
{{- if eq (env "MULTISITE") "subdomain" -}}
|
||||
# BEGIN WordPress Multisite
|
||||
# Using subdomain network type: https://wordpress.org/documentation/article/htaccess/#multisite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user