Skip to content
New issue

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

Calypsoify: Remove unnecessary redirect #17286

Merged
merged 2 commits into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. Calypsoify: Remove unnecessary redirect

    Currently, if we've specified `?calypsoify=1` or `?calypsoify=0`, we redirect after we set the user meta.
    
    While this works, a redirect here is really unnecessary, because we can just enable or disable the flag if this argument is set. 
    
    A redirect was needed in the original internal plugin version, because it works with cookies; while here, we just set a user meta.
    tyxla committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    157318a View commit details
    Browse the repository at this point in the history
  2. Bool it

    tyxla committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    20a0679 View commit details
    Browse the repository at this point in the history