Making WordPress.org


Ignore:
Timestamp:
12/19/2016 07:00:06 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Allow us to return the FAQ section with <h4> instead of <dl> for existing WordPress versions.
Also fixes the hot_tags endpoint to work correctly.

See #2112.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php

    r4197 r4559  
    4747        'sections'          => true,
    4848        'tags'              => true,
    49         'tested'            => true,       
     49        'tested'            => true,
     50        'enhanced_faq'      => false,
    5051    );
    5152
     
    6566        'short_description' => true,
    6667        'tags'              => true,
    67         'tested'            => true,   
     68        'tested'            => true,
     69        'enhanced_faq'      => false,
    6870    );
    6971
Note: See TracChangeset for help on using the changeset viewer.