Changeset 49927 for trunk/src/wp-includes/comment.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r49926 r49927 455 455 * @param bool $unique Optional. Whether the same key should not be added. 456 456 * Default false. 457 * @return int| boolMeta ID on success, false on failure.457 * @return int|false Meta ID on success, false on failure. 458 458 */ 459 459 function add_comment_meta( $comment_id, $meta_key, $meta_value, $unique = false ) {
Note: See TracChangeset
for help on using the changeset viewer.