Skip to content

Commit

Permalink
✨ 优化点赞文字显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Nov 1, 2022
1 parent c8dc983 commit 673933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/post-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="d-flex justify-content-center w-100 c-sub">
<div class="circle-button puock-bg text-center <?php if(puock_post_is_like()): ?>bg-primary text-light<?php endif; ?>"
id="post-like" data-id="<?php the_ID() ?>">
<i class="fa-regular fa-thumbs-up t-md"></i><span class="t-sm"><?php echo get_post_meta($post->ID,'puock_like',true) ?></span></div>
<i class="fa-regular fa-thumbs-up t-md"></i><span class="t-sm">&nbsp;<?php echo get_post_meta($post->ID,'puock_like',true) ?></span></div>
<?php if(pk_is_checked('post_reward')): ?>
<div class="circle-button puock-bg text-center" data-toggle="modal" data-target="#rewardModal"><span></span></div>
<?php endif; ?>
Expand Down

0 comments on commit 673933a

Please sign in to comment.