Make WordPress Core


Ignore:
Timestamp:
08/27/2016 02:36:42 PM (8 years ago)
Author:
dd32
Message:

Bootstrap: Revert [38399] as it's broken /build/ and subsequently core.svn.wordpress.org.

The generated classmaps reference /src/ files and operates in the assumption that the base directory is one level above wp-settings.php, which it isn't after our build processes are run.

See #36335

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-vendor/autoload_52.php

    r38399 r38402  
    55require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
    66
    7 return ComposerAutoloaderInit9a99345398efdacf437a649bd4d2f18f::getLoader();
     7return ComposerAutoloaderInit472dba0eaffdca839125d11fca021b8d::getLoader();
Note: See TracChangeset for help on using the changeset viewer.