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

Commit b6198fe

Browse files
authored
fixed code-climate errors
1 parent 10384bb commit b6198fe

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
@@ -482,7 +482,7 @@ public static function get_comment_link( $link, $comment, $args ) {
482482
*/
483483
public static function get_comment_author_url( $url, $id, $comment ) {
484484
$author_url = self::get_author_url( $comment );
485-
485+
486486
if ( $author_url ) {
487487
return $author_url;
488488
}

0 commit comments

Comments
 (0)