Changeset 836 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 09/04/2014 07:44:44 PM (11 years ago)
- 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 73 73 74 74 <?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> 76 76 <?php endif; ?> 77 77 </p>
Note: See TracChangeset
for help on using the changeset viewer.