Changeset 35997
- Timestamp:
- 12/17/2015 06:40:39 PM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r35996 r35997 118 118 119 119 $theme_info = array(); 120 $theme_translations = wp_get_installed_translations( 'themes' );121 120 foreach ( $themes as $key => $theme ) { 122 121 $theme_info[ $theme ] = wp_get_theme( $theme ); -
trunk/src/wp-admin/plugins.php
r35995 r35997 259 259 $plugin_info = array(); 260 260 $have_non_network_plugins = false; 261 $plugin_translations = wp_get_installed_translations( 'plugins' );262 261 foreach ( (array) $plugins as $plugin ) { 263 262 $plugin_slug = dirname( $plugin );
Note: See TracChangeset
for help on using the changeset viewer.