📅  最后修改于: 2022-03-11 15:00:19.988000             🧑  作者: Mango
代码示例1
1
2
3
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}