beans_comment_content

Echo the comment content.

beans_comment_content( )

Return: (void)

Source

function beans_comment_content() {

	beans_output_e( 'beans_comment_content', beans_render_function( 'comment_text' ) );

}