Skip to content

Commit

Permalink
✨ 优化评论@
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jan 28, 2023
1 parent 26f592b commit 185a139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fun/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function pk_post_style_list()

//评论添加@功能
if (pk_is_checked('comment_has_at')) {
add_filter('comment_text', 'pk_comment_add_at', 20, 2);
add_filter('comment_text', 'pk_comment_add_at', 10, 2);
}
//GrAvatar头像源切换
if (pk_get_option('gravatar_url', 'wp') != 'wp') {
Expand Down

0 comments on commit 185a139

Please sign in to comment.