- Timestamp:
- 12/27/2019 12:28:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-comment.php
r46985 r47017 28 28 * @param array $args The comment details. 29 29 * 30 * @return false|intThe comment's ID on success, false on failure.30 * @return int|false The comment's ID on success, false on failure. 31 31 */ 32 32 public function create_object( $args ) { … … 40 40 * @param array $fields The comment details. 41 41 * 42 * @return int When updated 1, not update 0.42 * @return int The value 1 if the comment was updated, 0 if not updated. 43 43 */ 44 44 public function update_object( $comment_id, $fields ) {
Note: See TracChangeset
for help on using the changeset viewer.