﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
13586	Updating custom fields fails	ampt	nacin	"When trying to update a custom field for a post or page it fails to update the new value.

Undefined index: _ajax_nonce-add-meta in/wp-includes/pluggable.php on line 848

check_ajax_referer seems to be looking for _ajax_nonce-add-meta  in $_REQUEST 
when it actually has _ajax_nonce

Should there be an isset check on the $_REQUEST variable?

{{{
if ( isset($_REQUEST[$query_arg]) )
    $nonce = $_REQUEST[$query_arg];
}}}

"	defect (bug)	closed	normal	3.0	General	3.0	critical	fixed		
