1): ?>
'.do_shortcode(wpautop($comment_info_msg)).'
'; } //コメントフォームの引数 $post_id = get_the_ID(); $user = wp_get_current_user(); $user_identity = $user->exists() ? $user->display_name : ''; $comment_form_heading = get_comment_form_heading(); if (empty($comment_form_heading)) { $comment_form_heading = COMMENT_FORM_HEADING; } $comment_submit_label = get_comment_submit_label(); if (empty($comment_submit_label)) { $comment_submit_label = COMMENT_SUBMIT_LABEL; } $args = array( 'title_reply' => $comment_form_heading, 'label_submit' => $comment_submit_label, 'logged_in_as' => '

' . sprintf( /* translators: 1: edit user link, 2: accessibility text, 3: user name, 4: logout URL */ __( 'Logged in as %1$s. Edit your profile. Log out?' ), $user_identity, get_edit_user_link(), wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ), $post_id ) ) ) . '

'.$comment_info_msg_tag, 'comment_notes_before' => '

' . __( 'Your email address will not be published.' ) . ''. ( $req ? $required_text : '' ) . '

'.$comment_info_msg_tag, ); if (is_comment_open()) { echo '