mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-17 15:45:44 +03:00
parent
782a40bcda
commit
e61ce467cb
3 changed files with 19 additions and 4 deletions
|
@ -49,7 +49,7 @@ get_header(); ?>
|
|||
<h2><?php esc_html_e( 'About', 'wporg' ); ?></h2>
|
||||
|
||||
<div class="pledge-company-description">
|
||||
<?php echo wp_kses_post( wpautop( $post->{ META_PREFIX . 'org-description' } ) ); ?>
|
||||
<?php echo wp_kses_data( wpautop( $post->{ META_PREFIX . 'org-description' } ) ); ?>
|
||||
</div>
|
||||
|
||||
<?php if ( ! empty( $contributors ) ) : ?>
|
||||
|
|
|
@ -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