• bügelfrei

    (@alexanderbailey)


    On multisites regular admins are shown the ‘Visit plugin site’ link in their Plugins admin instead of the ‘View details’ link. As a super admin, it doesn’t make sense to me to make them leave WP to decide if they want to activate a plugin that I have made available to them.

    Unless I’m overlooking something, it seems that WP_Plugins_List_Table::single_row() could have the capability condition here

    // Details link using API info, if available.
    if ( isset( $plugin_data['slug'] ) && current_user_can( 'install_plugins' ) ) {

    modified to activate_plugins.

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Make “View details” link available for admin users on Multisite’ is closed to new replies.