Changeset 12335 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 12/15/2022 05:55:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r12311 r12335 905 905 'requires' => true, 906 906 '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, 907 912 ); 908 913 … … 946 951 'requires' => true, 947 952 '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, 948 958 ) 949 959 ) );
Note: See TracChangeset
for help on using the changeset viewer.