Changeset 58962 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/01/2024 06:28:22 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r58401 r58962 480 480 * The value of meta data field if `$single` is true. 481 481 * False for an invalid `$comment_id` (non-numeric, zero, or negative value). 482 * An empty string if a valid but non-existing comment ID is passed. 482 * An empty array if a valid but non-existing comment ID is passed and `$single` is false. 483 * An empty string if a valid but non-existing comment ID is passed and `$single` is true. 483 484 */ 484 485 function get_comment_meta( $comment_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.