You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Navigating to any wp-admin/edit.php page will cause a syntax error:
Uncaught SyntaxError: missing ) after argument list
When attempting to edit a post or page I get the same error which seems to cause the whole screen to stay white.
I am creating a custom theme, based off _S with a moderately low amount of new functions. Using git push deployment methods to upload to our staging site. The error only happens on the live site and my local development environment is unaffected. I have cleared caches, removed all plugins, etc.
This may be bug behavior because of the nature of the error. This is very similar to #2941
Expected behavior
Editing screen shows as intended
Screenshots
Desktop (please complete the following information):
OS: macOS Sierra 10.12
Browser: Chrome
Version: 70.0.3538.110
Additional context
Wordpress Core 5.0.1
Local Dev: Docker image wordpress:4.7.5-apache (updated to 5.0.1)
Remote: WPengine
The text was updated successfully, but these errors were encountered:
Describe the bug
Navigating to any wp-admin/edit.php page will cause a syntax error:
Uncaught SyntaxError: missing ) after argument list
When attempting to edit a post or page I get the same error which seems to cause the whole screen to stay white.
I am creating a custom theme, based off _S with a moderately low amount of new functions. Using git push deployment methods to upload to our staging site. The error only happens on the live site and my local development environment is unaffected. I have cleared caches, removed all plugins, etc.
This may be bug behavior because of the nature of the error. This is very similar to #2941
Expected behavior
Editing screen shows as intended
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: