Changeset 10939 for trunk/wp-admin/includes/update.php
- Timestamp:
- 04/15/2009 07:55:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r10649 r10939 37 37 if ( empty($from_api) ) 38 38 return false; 39 if ( !is _array( $from_api->updates ) ) return false;39 if ( !isset( $from_api->updates ) || !is_array( $from_api->updates ) ) return false; 40 40 $updates = $from_api->updates; 41 41 if ( !is_array( $updates ) ) return false;
Note: See TracChangeset
for help on using the changeset viewer.