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

See #34439.
Built from https://develop.svn.wordpress.org/trunk@35997


git-svn-id: http://core.svn.wordpress.org/trunk@35962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2015-12-17 18:41:27 +00:00
parent 51bb4db622
commit 333bdb535a
3 changed files with 1 additions and 3 deletions

View File

@ -117,7 +117,6 @@ if ( $action ) {
}
$theme_info = array();
$theme_translations = wp_get_installed_translations( 'themes' );
foreach ( $themes as $key => $theme ) {
$theme_info[ $theme ] = wp_get_theme( $theme );
}

View File

@ -258,7 +258,6 @@ if ( $action ) {
<?php
$plugin_info = array();
$have_non_network_plugins = false;
$plugin_translations = wp_get_installed_translations( 'plugins' );
foreach ( (array) $plugins as $plugin ) {
$plugin_slug = dirname( $plugin );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35996';
$wp_version = '4.5-alpha-35997';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.