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

Commit 63fab81

Browse files
committed
Fix Typos
1 parent 69ea4a8 commit 63fab81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semantic-linkbacks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public static function comment_text_add_cite($text, $comment = null, $args = arr
290290
public static function comment_text_excerpt($text, $comment = null, $args = array()) {
291291
$semantic_linkbacks_type = get_comment_meta($comment->comment_ID, "semantic_linkbacks_type", true);
292292

293-
// only change text for pinbacks/trackbacks/webmentions
293+
// only change text for pingbacks/trackbacks/webmentions
294294
if (!$comment ||
295295
$comment->comment_type == "" ||
296296
$semantic_linkbacks_type == "reply") {
@@ -411,7 +411,7 @@ public static function comment_class($classes, $class, $comment_id, $post_id) {
411411
'mention' => array('h-as-mention'),
412412

413413
'reply' => array('h-as-reply'),
414-
'repost' => array('h-as-repost', 'u-repost'),
414+
'repost' => array('h-as-repost', 'p-repost'),
415415
'like' => array('h-as-like', 'p-like'),
416416
'favorite' => array('h-as-favorite', 'p-favorite'),
417417
'tag' => array('h-as-tag', 'p-tag'),

0 commit comments

Comments
 (0)