print_embed_comments_button

函数


print_embed_comments_button ( No parameters )
定义位置
  • wp-includes/embed.php
    , line 1103
引入
4.4.0
弃用

打印嵌入评论按钮的必要标记。

function print_embed_comments_button() {
	if ( is_404() || ! ( get_comments_number() || comments_open() ) ) {
		return;
	}
	?>
	
Comment', '%s Comments', get_comments_number() ), number_format_i18n( get_comments_number() ) ); ?>