Make WordPress Core

Ticket #49340: 49340.diff

File 49340.diff, 595 bytes (added by aftabmuni, 6 years ago)

Removed obsolete 'plugin_slugs' transient.

  • wp-admin/includes/class-wp-plugins-list-table.php

     
    159159                        $show_network_active = apply_filters( 'show_network_active_plugins', $show );
    160160                }
    161161
    162                 set_transient( 'plugin_slugs', array_keys( $plugins['all'] ), DAY_IN_SECONDS );
    163 
    164162                if ( $screen->in_admin( 'network' ) ) {
    165163                        $recently_activated = get_site_option( 'recently_activated', array() );
    166164                } else {