Changeset 3309 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 06/07/2016 06:24:17 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
r3204 r3309 46 46 47 47 <div id="<?php echo esc_attr( $section['slug'] ); ?>" class="read-more" aria-expanded="false"> 48 <?php echo apply_filters( 'the_content', $content[ $section['slug'] ] ); ?>48 <?php echo apply_filters( 'the_content', $content[ $section['slug'] ], $section['slug'] ); ?> 49 49 </div> 50 50 <button type="button" class="button-link section-toggle" aria-controls="<?php echo esc_attr( $section['slug'] ); ?>"><?php _e( 'Read more', 'wporg-plugins' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.