﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12550,wp_nonce_field() passes unnecessary argument,TobiasBg,,"{{{wp_nonce_field()}}} [http://core.trac.wordpress.org/browser/trunk/wp-includes/functions.php#L1910 passes] a second argument (with the value 'previous') to the function {{{wp_referer_field()}}}. However, that function only [http://core.trac.wordpress.org/browser/trunk/wp-includes/functions.php#L1928 expects] one parameter, so the second one is obsolete and should be removed.

Attached patch removes the unnecessary argument. It is the only occurance (of two total) in core where {{{wp_referer_field()}}} gets passed two parameters.",defect (bug),closed,normal,,General,,normal,duplicate,,
