Wordpress/tests
Sergey Biryukov 90e840f9db Comments: Make wp_update_comment() return false instead of 0 for an invalid comment or post ID.
This addresses an inconsistency where 0 could mean one of the three scenarios:

* Invalid comment ID.
* Invalid comment post ID.
* No DB rows updated. This is not an error and should not be treated as one.

With this change, `wp_update_comment()` always returns either `false` or a `WP_Error` object on failure, depending on the value of the `$wp_error` parameter.

Follow-up to [48154], [48215], [48216], [48218], [48230].

Props dd32, jnylen0, enrico.sorcinelli.
Fixes #39732. See #38700, #39735.

git-svn-id: https://develop.svn.wordpress.org/trunk@48235 602fd350-edb4-49c9-b593-d223f7449a82
2020-06-30 14:11:00 +00:00
..
e2e Editor: update JavaScript packages 2020-06-26 13:31:11 +00:00
phpunit Comments: Make wp_update_comment() return false instead of 0 for an invalid comment or post ID. 2020-06-30 14:11:00 +00:00
qunit Editor: update JavaScript packages 2020-06-26 13:31:11 +00:00