Changeset 47017 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/27/2019 12:28:39 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r46823 r47017 2317 2317 * 2318 2318 * @param array $commentarr Contains information on the comment. 2319 * @return int Comment was updated if value is 1, or was not updated if value is 0.2319 * @return int The value 1 if the comment was updated, 0 if not updated. 2320 2320 */ 2321 2321 function wp_update_comment( $commentarr ) {
Note: See TracChangeset
for help on using the changeset viewer.