We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLs like the following throw 404 errors in the console on single sites:
Code that was written to handle this was specifically wrapped in multisite checks to only apply to multisite, but I'm seeing the issue on new single sites, too.
Rewrite fix_core_resource_urls to apply more broadly and move multisite conditions inside the function so the filter runs on everything.
fix_core_resource_urls
The text was updated successfully, but these errors were encountered:
jazzsequence
Successfully merging a pull request may close this issue.
URLs like the following throw 404 errors in the console on single sites:
Code that was written to handle this was specifically wrapped in multisite checks to only apply to multisite, but I'm seeing the issue on new single sites, too.
Proposed resolution
Rewrite
fix_core_resource_urls
to apply more broadly and move multisite conditions inside the function so the filter runs on everything.The text was updated successfully, but these errors were encountered: