Browse Source

Update files

pull/643/head
danpros 2 years ago
parent
commit
450fdd1e32
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      cache/installedVersion.json
  2. +2
    -2
      themes/twentyfifteen/post.html.php

+ 1
- 1
cache/installedVersion.json View File

@ -1,4 +1,4 @@
{ {
"id": 782014, "id": 782014,
"tag_name": "v2.8.4"
"tag_name": "v2.8.5"
} }

+ 2
- 2
themes/twentyfifteen/post.html.php View File

@ -63,9 +63,9 @@
<?php echo $p->tag; ?> <?php echo $p->tag; ?>
</span> </span>
<?php if (disqus_count()) { ?> <?php if (disqus_count()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('comments');?></a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('Comments');?></a></span>
<?php } elseif (facebook()) { ?> <?php } elseif (facebook()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('comments');?></span></a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('Comments');?></span></a></span>
<?php } ?> <?php } ?>
</footer> </footer>
</article> </article>


Loading…
Cancel
Save