mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 10:33:44 +03:00
Pledge List: Wrap description in paragraph to increase spacing.
This commit is contained in:
parent
98b365a012
commit
97daa42308
|
@ -70,9 +70,9 @@ $contributor_title = sprintf(
|
|||
</header><!-- .entry-header -->
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
echo wp_kses( $content, $allowed_html );
|
||||
?>
|
||||
<p>
|
||||
<?php echo wp_kses( $content, $allowed_html ); ?>
|
||||
</p>
|
||||
|
||||
<div class="pledge-contributors">
|
||||
<?php /* phpcs:ignore -- escaped above */ ?>
|
||||
|
|
Loading…
Reference in a new issue