Begin the dissolution of classes.php. see #10287.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-10-30 07:02:06 +00:00
parent 244216d617
commit 731bf1fb06
8 changed files with 1397 additions and 1341 deletions

View File

@@ -45,7 +45,7 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) {
$path = 'wp-admin/';
// Die with an error message
require_once( ABSPATH . '/wp-includes/classes.php' );
require_once( ABSPATH . '/wp-includes/class-wp-error.php' );
require_once( ABSPATH . '/wp-includes/functions.php' );
require_once( ABSPATH . '/wp-includes/plugin.php' );
$text_direction = /*WP_I18N_TEXT_DIRECTION*/"ltr"/*/WP_I18N_TEXT_DIRECTION*/;