mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +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 -->
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<?php
|
<p>
|
||||||
echo wp_kses( $content, $allowed_html );
|
<?php echo wp_kses( $content, $allowed_html ); ?>
|
||||||
?>
|
</p>
|
||||||
|
|
||||||
<div class="pledge-contributors">
|
<div class="pledge-contributors">
|
||||||
<?php /* phpcs:ignore -- escaped above */ ?>
|
<?php /* phpcs:ignore -- escaped above */ ?>
|
||||||
|
|
Loading…
Reference in a new issue