Changeset 3396
- Timestamp:
- 06/17/2016 07:46:49 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
r3395 r3396 45 45 <?php 46 46 foreach ( Template::get_plugin_sections() as $section ) : 47 if ( ! array_key_exists( $section['slug'], $content ) ) :47 if ( ! array_key_exists( $section['slug'], $content ) || in_array( $section['slug'], array( 'installation', 'other_notes' ) ) ) : 48 48 continue; 49 49 endif;
Note: See TracChangeset
for help on using the changeset viewer.