Yes, I did mean original... props coffee2code. fixes #10057
git-svn-id: http://svn.automattic.com/wordpress/trunk@12331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0fa00fd809
commit
6584c363d9
|
@ -1836,7 +1836,7 @@ function wp_nonce_field( $action = -1, $name = "_wpnonce", $referer = true , $ec
|
|||
echo $nonce_field;
|
||||
|
||||
if ( $referer )
|
||||
wp_referer_field( $echo, 'previous' );
|
||||
wp_original_referer_field( $echo, 'previous' );
|
||||
|
||||
return $nonce_field;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue