Changeset 5026
- Timestamp:
- 03/01/2017 06:26:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php
r4464 r5026 14 14 <div 15 15 id="<?php echo esc_attr( $section_slug ); ?>" 16 <?php if ( $section_read_more ) : ?> 17 class="section read-more" 18 <?php else: ?> 19 class="section" 20 <?php endif; ?> 16 class="plugin-<?php echo esc_attr( $section_slug ); ?> section <?php if ( $section_read_more ) { echo 'read-more'; } ?>" 21 17 > 22 18 <h2><?php echo $section['title']; ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.