Closed GoogleCodeExporter closed 8 years ago
Looks like WP changed their post form.
Update includes/StandardizedCustomFields.php line 276 to this:
$post_id = (int) CCTM::get_value($_GET, 'post');
This forces the value to be read out of the $_GET array instead of out of the
$_POST array. The variable is passed in $_POST as post_ID, but for some
reason, the value is removed before the validation action has time to get to it.
Committed revision 859492.
Original comment by ever...@fireproofsocks.com
on 17 Feb 2014 at 4:09
Original issue reported on code.google.com by
circusm...@gmail.com
on 17 Feb 2014 at 3:03Attachments: