Changeset 6252 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 12/08/2017 05:42:42 PM (7 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
r6251 r6252 68 68 else : 69 69 $plugin_sections = Template::get_plugin_sections(); 70 70 71 foreach ( array( 'description', 'screenshots', 'installation', 'faq', 'reviews', 'developers', 'changelog' ) as $section_slug ) : 71 72 if ( ! isset( $content[ $section_slug ] ) ) { … … 91 92 92 93 $section_no_read_mores = array( 'description', 'screenshots', 'installation', 'faq', 'reviews' ); 93 // If the FAQ section is the newer `<dl>` form, no need to do read more for it.94 // If the FAQ section is the newer `<dl>` form, no need to do read-more for it. 94 95 if ( false !== stripos( $section_content, '<dl>' ) ) { 95 96 $section_no_read_mores[] = 'faq';
Note: See TracChangeset
for help on using the changeset viewer.