WordPress/wp-includes
Scott Taylor 5df8338e0a Fix some undefined index notices related to Comment unit tests:
* 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
2013-09-13 22:18:08 +00:00
..
2013-07-13 00:37:36 +00:00
2012-11-17 15:11:29 +00:00
2013-08-22 15:56:08 +00:00
2013-08-27 16:39:09 +00:00
2013-08-22 15:56:08 +00:00
2013-07-24 06:08:14 +00:00
2013-09-06 17:19:09 +00:00
2013-07-08 20:27:06 +00:00