Make WordPress Core

Changeset 35997


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

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

See #34439.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r35996 r35997  
    118118
    119119            $theme_info = array();
    120             $theme_translations = wp_get_installed_translations( 'themes' );
    121120            foreach ( $themes as $key => $theme ) {
    122121                $theme_info[ $theme ] = wp_get_theme( $theme );
  • 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.