Make WordPress Core

Changeset 31383


Ignore:
Timestamp:
02/09/2015 06:34:37 AM (10 years ago)
Author:
dd32
Message:

Updates: Display plugin update rows even for plugins which are not hosted by WordPress.org or the HTTP request times out on.
See #29583.
Merges [31382] to the 4.1 branch.
Fixes #30767.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-admin/update-core.php

    r30649 r31383  
    243243        $info = plugins_api('plugin_information', array('slug' => $plugin_data->update->slug ));
    244244        if ( is_wp_error( $info ) ) {
    245             continue;
     245            $info = false;
    246246        }
    247247
Note: See TracChangeset for help on using the changeset viewer.