Making WordPress.org


Ignore:
Timestamp:
12/15/2022 05:55:50 PM (3 years ago)
Author:
coffee2code
Message:

Plugin Directory: Add initial plugin categorization features to the plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php

    r12311 r12335  
    905905        'requires' => true,
    906906        'requires_php' => true,
     907        'is_commercial' => true,
     908        'external_support_url' => true,
     909        'is_community' => true,
     910        'external_repository_url' => true,
     911        'can_configure_categorization_options' => true,
    907912    );
    908913
     
    946951            'requires' => true,
    947952            'requires_php' => true,
     953            'is_commercial' => true,
     954            'external_support_url' => true,
     955            'is_community' => true,
     956            'external_repository_url' => true,
     957            'can_configure_categorization_model_options' => true,
    948958        )
    949959    ) );
Note: See TracChangeset for help on using the changeset viewer.