meta-comments.php 339 B

1234567
  1. <?php function render_meta_comments(){
  2. ?><span class="comments-number">
  3. <i class="fa-regular fa-comment"></i>
  4. <?php comments_popup_link(__("NOTHING", "sakurairo"), __("1 Comment", "sakurairo")/*条评论*/, '% ' . __("Comments", "sakurairo")/*条评论*/, '', __("Comment Closed", "sakurairo")
  5. /**评论关闭 */
  6. ); ?></span><?php
  7. }