mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Revert [23411] until encoding differences are worked out. see #20771.
git-svn-id: http://core.svn.wordpress.org/trunk@23637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
799ac18951
commit
af53edb696
@ -1175,7 +1175,7 @@ function is_blog_installed() {
|
|||||||
*/
|
*/
|
||||||
function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) {
|
function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) {
|
||||||
$actionurl = str_replace( '&', '&', $actionurl );
|
$actionurl = str_replace( '&', '&', $actionurl );
|
||||||
return esc_url( add_query_arg( $name, wp_create_nonce( $action ), $actionurl ) );
|
return esc_html( add_query_arg( $name, wp_create_nonce( $action ), $actionurl ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user