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
When wp_die() is called by default it sends a 500 status. This is done (probably incorrectly, as 400 is more appropriate) when trying to re-trash an already-trashed post. Clearly this is not the right use of the 500.php template:
We need to skip serving the 500.php template in this case.
The text was updated successfully, but these errors were encountered:
When
wp_die()
is called by default it sends a 500 status. This is done (probably incorrectly, as 400 is more appropriate) when trying to re-trash an already-trashed post. Clearly this is not the right use of the500.php
template:We need to skip serving the
500.php
template in this case.The text was updated successfully, but these errors were encountered: