mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-19 08:25:44 +03:00
parent
782a40bcda
commit
e61ce467cb
3 changed files with 19 additions and 4 deletions
|
@ -53,7 +53,7 @@ $contributor_title = sprintf(
|
|||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
echo wp_kses_post( $content );
|
||||
echo wpautop( wp_kses_data( $content ) );
|
||||
?>
|
||||
|
||||
<div class="pledge-contributors">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue