Changeset 3412 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 06/17/2016 12:35:33 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/plugin-single.php
r3411 r3412 45 45 <?php 46 46 $plugin_sections = Template::get_plugin_sections(); 47 foreach ( array( 'description', 'screenshots', 'faq', 'reviews' ) as $section_slug ) :47 foreach ( array( 'description', 'screenshots', 'faq', 'reviews', 'changelog', 'developers' ) as $section_slug ) : 48 48 if ( ! array_key_exists( $section_slug, $content ) || in_array( $section_slug, array( 'installation', 'other_notes' ) ) ) : 49 49 continue;
Note: See TracChangeset
for help on using the changeset viewer.