Changeset 20438
- Timestamp:
- 04/11/2012 08:15:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r20236 r20438 220 220 $themes = wp_get_themes(); 221 221 $current = get_site_transient('update_themes'); 222 $update_themes = array(); 223 222 223 if ( ! isset( $current->response ) ) 224 return array(); 225 226 $update_themes = array(); 224 227 foreach ( $current->response as $stylesheet => $data ) { 225 228 $update_themes[ $stylesheet ] = wp_get_theme( $stylesheet );
Note: See TracChangeset
for help on using the changeset viewer.