Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b2b89e9

Browse files
committed
Extra )
1 parent b14c6e1 commit b2b89e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static function enhance( $commentdata, $comment = array(), $commentarr =
205205
if ( isset( $commentdata['comment_meta']['semantic_linkbacks_type'] ) ) {
206206
if ( in_array( $commentdata['comment_meta']['semantic_linkbacks_type'], apply_filters( 'semantic_linkbacks_comment_types', array( 'reply' ) ), true ) ) {
207207
// https://core.trac.wordpress.org/ticket/49236 - As of WP5.5, comment will be the default comment type, not empty.
208-
$commentdata['comment_type'] = version_compare( get_bloginfo( 'version'), '5.5', '>=' ) ) ? 'comment' : '';
208+
$commentdata['comment_type'] = version_compare( get_bloginfo( 'version'), '5.5', '>=' ) ? 'comment' : '';
209209
}
210210
}
211211

0 commit comments

Comments
 (0)