Revert "Fix lint issues and improve test suite resilience"

This reverts commit 90d44bd3bc.
This commit is contained in:
stevensting
2026-07-21 16:09:11 +02:00
parent a2bf10a442
commit 5d891c88c7
16 changed files with 52 additions and 132 deletions
+3 -3
View File
@@ -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