Changeset 3405 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 06/17/2016 09:41:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r3396 r3405 49 49 endif; 50 50 ?> 51 <h4><?php echo $section['title']; ?></h4>52 51 53 52 <div id="<?php echo esc_attr( $section['slug'] ); ?>" class="read-more" aria-expanded="false"> 53 <h2><?php echo $section['title']; ?></h2> 54 54 <?php echo apply_filters( 'the_content', $content[ $section['slug'] ], $section['slug'] ); ?> 55 55 </div>
Note: See TracChangeset
for help on using the changeset viewer.