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-includes/update.php

    r38411 r38470  
    506506function wp_maybe_auto_update() {
    507507    include_once( ABSPATH . '/wp-admin/includes/admin.php' );
     508    include_once( ABSPATH . '/wp-admin/includes/class-wp-upgrader.php' );
    508509
    509510    $upgrader = new WP_Automatic_Updater;
Note: See TracChangeset for help on using the changeset viewer.