Make WordPress Core


Ignore:
Timestamp:
12/17/2015 06:40:39 PM (11 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/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 );
Note: See TracChangeset for help on using the changeset viewer.