Make WordPress Core

Changeset 25544


Ignore:
Timestamp:
09/21/2013 09:33:12 AM (13 years ago)
Author:
dd32
Message:

Plugin Update API: Set the translations key to an empty array when the API is unavailable. Props rmmcue. See #18200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/update.php

    r25536 r25544  
    231231        } else {
    232232                $new_option->response = array();
     233                $new_option->translations = array();
    233234        }
    234235
Note: See TracChangeset for help on using the changeset viewer.