[wp-trac] [WordPress Trac] #14927: Impossible to search for Images w/o Javascript
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 14 01:11:26 UTC 2011
#14927: Impossible to search for Images w/o Javascript
--------------------------+------------------------
Reporter: hakre | Owner: scribu
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 3.1
Component: General | Version:
Severity: critical | Resolution:
Keywords: |
--------------------------+------------------------
Changes (by westi):
* keywords: has-patch commit =>
Comment:
This is broken in the case of links because the POST gets redirected by
the code in link-manager.php:
{{{
} elseif ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
wp_redirect( remove_query_arg( array( '_wp_http_referer',
'_wpnonce' ), stripslashes( $_SERVER['REQUEST_URI'] ) ) );
exit;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14927#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list