bobbingwide / oik-clone

Clone content between sites
https://www.oik-plugins.com/oik-plugins/oik-clone-clone-your-wordpress-content/
GNU General Public License v2.0
5 stars 0 forks source link

OIK_Clone_List_Table::reset_request_uri() should not call esc_url() #8

Closed bobbingwide closed 8 years ago

bobbingwide commented 8 years ago

Although it might seem wise to use esc_url() when setting $_SERVER['REQUEST_URI'], this cannot be done during reset_request_uri() method since it can break the functionality of add_query_arg().