Theme: Show paragraphs on single pledge views.

This commit is contained in:
Ian Dunn 2019-10-31 08:30:06 -05:00
parent 2dcdcd939c
commit 38fe19036d
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -49,7 +49,7 @@ get_header(); ?>
<h2><?php esc_html_e( 'About', 'wporg' ); ?></h2>
<div class="pledge-company-description">
<?php echo wp_kses_data( wpautop( $post->{ META_PREFIX . 'org-description' } ) ); ?>
<?php echo wpautop( wp_kses_data( $post->{ META_PREFIX . 'org-description' } ) ); ?>
</div>
<?php if ( ! empty( $contributors ) ) : ?>