1 && get_option( 'page_comments' ) ) : ?>
    'presscore_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

*' ); $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $comment_form_args = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '', 'email' => '', 'url' => '
', 'cookies' => '', ) ), 'comment_field' => '

', // translators: %s - login url. 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'the7mk2' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', // translators: %1$s - profile url, %2$s - user display name, %3$s - logout url. 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'the7mk2' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'comment_notes_before' => '

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

', ); ?>