Changes between Version 1 and Version 2 of Ticket #39732, comment 12
- Timestamp:
- 06/24/2017 04:04:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39732, comment 12
v1 v2 3 3 So, there will be the following possible return paths from `wp_update_comment`: 4 4 5 - Number of comment ed lines updated on success (`0` or `1`).5 - Number of comment rows updated on success (`0` or `1`). 6 6 - `false` or `WP_Error` on failure. 7 7