Changeset 35997 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 12/17/2015 06:40:39 PM (9 years ago)
- File:
-
- 1 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 );
Note: See TracChangeset
for help on using the changeset viewer.