Making WordPress.org

Changeset 3579


Ignore:
Timestamp:
06/26/2016 10:01:04 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: Hide the plugin tag UI for non-super-admins for now.

See #1573

File:
1 edited

Legend:

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

    r3578 r3579  
    215215                        ),
    216216                        'public'            => true,
    217                         'show_ui'           => true,
     217                        'show_ui'           => is_super_admin(),
    218218                        'show_admin_column' => false,
    219219                        'meta_box_cb'       => false,
Note: See TracChangeset for help on using the changeset viewer.