We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf15a6d commit 38fab32Copy full SHA for 38fab32
1 file changed
classes/post.php
@@ -581,7 +581,7 @@ private function getFeedItemMeta() {
581
$score = '';
582
$reading_time = '';
583
if (SHOW_SCORE && !empty($this->score)) {
584
- $score = 'Score: ' . formatScore($this->score) . ' | ';
+ $score = 'Score: ' . $this->formatScore($this->score) . ' | ';
585
}
586
$permalink = !empty($this->permalink) ? "<a href='" . $this->permalink . "'>Post permalink</a>" : '';
587
$original_permalink = !empty($this->original_permalink) ? "<a href='" . $this->original_permalink . "'>Original post</a>" : '';
0 commit comments