Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (7 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/translation-install.php

    r38411 r38470  
    203203    $translation = (object) $translation;
    204204
     205    require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
    205206    $skin = new Automatic_Upgrader_Skin;
    206207    $upgrader = new Language_Pack_Upgrader( $skin );
     
    228229    }
    229230
     231    require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
    230232    $skin = new Automatic_Upgrader_Skin;
    231233    $upgrader = new Language_Pack_Upgrader( $skin );
Note: See TracChangeset for help on using the changeset viewer.