Make WordPress Core


Ignore:
Timestamp:
12/17/2015 06:40:39 PM (9 years ago)
Author:
swissspidy
Message:

Remove unused variables after [35995] and [35996].

See #34439.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/plugins.php

    r35995 r35997  
    259259                    $plugin_info = array();
    260260                    $have_non_network_plugins = false;
    261                     $plugin_translations = wp_get_installed_translations( 'plugins' );
    262261                    foreach ( (array) $plugins as $plugin ) {
    263262                        $plugin_slug = dirname( $plugin );
Note: See TracChangeset for help on using the changeset viewer.