* There are several places where a `$_POST` index was unchecked before setting a variable * In `wp_notify_postauthor()`, `$comment` was being returned null, but its properties were being accessed. * In `check_ajax_referer()`, 3 different values can be checked for nonce on `$_REQUEST`, but only 1 had an `isset()` See #25282. Built from https://develop.svn.wordpress.org/trunk@25433 git-svn-id: http://core.svn.wordpress.org/trunk@25355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
60 KiB
60 KiB