inpsyde / wordpress-core-autoloader

A proposal for a core WordPress autoloader module.
https://core.trac.wordpress.org/ticket/36335
21 stars 0 forks source link

Complete implementation #2

Closed tfrommen closed 8 years ago

tfrommen commented 8 years ago

This pull request:

So, let's discuss this...

dnaber-de commented 8 years ago
  • introduces the WP_Autoload_Controller class;
  • adapts the functions.php file (formerly known as wp_setup_autoloader.php) according to the new controller;

Really like this part.

The implementation of PSR-4 could be discussed. (See my comments at there)