Wordpress/tests
Scott Taylor 402e61f269 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.



git-svn-id: https://develop.svn.wordpress.org/trunk@25433 602fd350-edb4-49c9-b593-d223f7449a82
2013-09-13 22:17:51 +00:00
..
phpunit Fix some undefined index notices related to Comment unit tests: 2013-09-13 22:17:51 +00:00
qunit Whitespace cleanup for password strength meter tests. props TobiasBg. fixes #25088. 2013-09-06 10:56:01 +00:00