Changeset 58335 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 06/04/2024 03:27:57 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r57685 r58335 25 25 $comment = get_comment( $comment_id ); 26 26 27 $comment_id = ! empty( $comment->comment_ID ) ? $comment->comment_ID : $comment_id;27 $comment_id = ! empty( $comment->comment_ID ) ? $comment->comment_ID : (string) $comment_id; 28 28 29 29 if ( empty( $comment->comment_author ) ) {
Note: See TracChangeset
for help on using the changeset viewer.