Changeset 45674 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/25/2019 10:44:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r45667 r45674 435 435 * 436 436 * @since 2.9.0 437 * @link https:// codex.wordpress.org/Function_Reference/add_comment_meta437 * @link https://developer.wordpress.org/reference/functions/add_comment_meta/ 438 438 * 439 439 * @param int $comment_id Comment ID. … … 455 455 * 456 456 * @since 2.9.0 457 * @link https:// codex.wordpress.org/Function_Reference/delete_comment_meta457 * @link https://developer.wordpress.org/reference/functions/delete_comment_meta/ 458 458 * 459 459 * @param int $comment_id comment ID … … 470 470 * 471 471 * @since 2.9.0 472 * @link https:// codex.wordpress.org/Function_Reference/get_comment_meta472 * @link https://developer.wordpress.org/reference/functions/get_comment_meta/ 473 473 * 474 474 * @param int $comment_id Comment ID. … … 491 491 * 492 492 * @since 2.9.0 493 * @link https:// codex.wordpress.org/Function_Reference/update_comment_meta493 * @link https://developer.wordpress.org/reference/functions/update_comment_meta/ 494 494 * 495 495 * @param int $comment_id Comment ID.
Note: See TracChangeset
for help on using the changeset viewer.