Making WordPress.org

Changeset 1454


Ignore:
Timestamp:
03/26/2015 05:39:06 PM (11 years ago)
Author:
obenland
Message:

WP.org Themes: Show admin UI to manage theme shops.

Removed in r1416. show_ui defaults to the value of the public argument.

File:
1 edited

Legend:

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

    r1441 r1454  
    101101                        'supports'            => array( 'title', 'editor', 'author', 'custom-fields' ),
    102102                        'public'              => false,
     103                        'show_ui'             => true,
    103104                        'show_in_nav_menus'   => false,
    104105                        'exclude_from_search' => true,
Note: See TracChangeset for help on using the changeset viewer.