' . esc_html( ap_truncate_chars( strip_tags( $this->reputation->ref->post_content ), 200 ) ) . '
'; } echo ''; } elseif ( 'comment' === $this->reputation->parent ) { echo ''; if ( ! empty( $this->reputation->ref->comment_content ) ) { echo '' . esc_html( ap_truncate_chars( strip_tags( $this->reputation->ref->comment_content ), 200 ) ) . '
'; } echo ''; } } }