Making WordPress.org


Ignore:
Timestamp:
09/04/2014 07:44:44 PM (11 years ago)
Author:
coffee2code
Message:

Code Reference: temporary fix to format the display of params defined using hash notation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php

    r834 r836  
    7373
    7474                                <?php if ( ! empty( $param['content'] ) ) : ?>
    75                                     <span class="description"><?php echo wp_kses_post( $param['content'] ); ?></span>
     75                                    <span class="description"><?php echo param_formatting_fixup( wp_kses_post( $param['content'] ) ); ?></span>
    7676                                <?php endif; ?>
    7777                            </p>
Note: See TracChangeset for help on using the changeset viewer.