Making WordPress.org


Ignore:
Timestamp:
06/17/2016 12:35:33 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Bring back missing content sections.

See [3411], #1719.

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  
    4545        <?php
    4646            $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 ) :
    4848                if ( ! array_key_exists( $section_slug, $content ) || in_array( $section_slug, array( 'installation', 'other_notes' ) ) ) :
    4949                    continue;
Note: See TracChangeset for help on using the changeset viewer.