﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23273	function wp_nonce_field should randomize id attribute	jay_freetailed		"The wp_nonce_field function in wp-includes/functions.php should use a random seed for the id attribute of the field.  In cases where there are pages or posts with multiple forms, each nonce hidden field has the same id attribute.  This causes the w3c Markup Validation Service to site an error ""Duplicate ID _wpnonce.""

Another solution could be to simply omit the id attribute all together.

See code here http://core.trac.wordpress.org/browser/tags/3.5/wp-includes/functions.php

The function simply uses the name of the field as the id attribute. "	defect (bug)	closed	normal		Validation		normal	duplicate		
