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

Commit 7e6da5c

Browse files
committed
Style fixes and missing file
1 parent ba8bcba commit 7e6da5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function html5_comment( $comment, $depth, $args ) {
8282
return;
8383
}
8484
$tag = ( 'div' === $args['style'] ) ? 'div' : 'li';
85-
$cite = apply_filters( 'semantic_linkbacks_cite', '<small>&nbsp;@&nbsp;<cite><a href="%1s">%2s</a></cite></small>');
85+
$cite = apply_filters( 'semantic_linkbacks_cite', '<small>&nbsp;@&nbsp;<cite><a href="%1s">%2s</a></cite></small>' );
8686
$type = Linkbacks_Handler::get_type( $comment );
8787
$url = Linkbacks_Handler::get_url( $comment );
8888
$host = wp_parse_url( $url, PHP_URL_HOST );

vendor/p3k/emoji-detector/src/regexp.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)