Changeset 3563 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
- Timestamp:
- 06/23/2016 06:59:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
r2984 r3563 84 84 <section class="explanation"> 85 85 <h2><?php _e( 'More Information', 'wporg' ); ?></h2> 86 <?php echo apply_filters( 'the_content', apply_filters( 'get_the_content', $explanation ) ); ?> 86 87 <?php 88 // Output the explanation. Passed through 'the_content' on retrieval, thus no escaping. 89 echo $explanation; 90 ?> 87 91 </section> 88 92 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.