Changeset 20715 for trunk/wp-admin/includes/update.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r20438 r20715 224 224 return array(); 225 225 226 $update_themes = array(); 226 $update_themes = array(); 227 227 foreach ( $current->response as $stylesheet => $data ) { 228 228 $update_themes[ $stylesheet ] = wp_get_theme( $stylesheet );
Note: See TracChangeset
for help on using the changeset viewer.