Viewing 1 replies (of 1 total)
  • I found this as well and submitted a GitHub issue that hasn’t been addressed. Copied the content of the issue below.

    https://github.com/jakemgold/simple-page-ordering/issues/6

    In the admin. When viewing a custom post type list by taxonomy the Sort by Order link is invalid, it includes an encoded ampersand, outputting #038; where an ampersand should be.

    I believe the issue can be traced to line 284 of simple-page-ordering.php. There is a remove_query_arg wrapped by esc_url which I believe is encoding a trailing ampersand once the orderby and order` have been removed.

    I am able to restore expected functionality by removing the esc_url, but I am unsure of the security issues with doing so.

    Since this is for admin screens I would think the risks would be low.

Viewing 1 replies (of 1 total)
  • The topic ‘Sort by Order doesn't work when taxonomy filter active’ is closed to new replies.