Changes between Initial Version and Version 1 of Ticket #36335, comment 89
- Timestamp:
- 08/27/2016 01:35:24 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36335, comment 89
initial v1 3 3 > Bootstrap: Autoload classes using a Composer-generated PHP 5.2-compatible Autoloader. 4 4 5 FYI; That broke for anyone using core.svn as an external, as the built files [http://core.svn.wordpress.org/trunk/wp-vendor/composer/autoload_classmap.php?r=38342 still reference `/src/`]. 5 FYI; That broke for anyone using core.svn as an external, as the built files [http://core.svn.wordpress.org/trunk/wp-vendor/composer/autoload_classmap.php?r=38342 still reference `/src/`]. (Edit: Worth noting it was also trying to include `/home/user/src/...` instead of `/home/user/public_html/src/...` too, so doubly wrong.) 6 6 7 7 Do we need the `wp-vendor` directory there? I'm wondering if that wouldn't be better off as `wp-includes/vendor` or something, it'd be a little more "WordPressy".