gettext l10n.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren
2004-04-16 01:56:04 +00:00
parent e5ab2fa0dd
commit e3e0e62cd7
7 changed files with 456 additions and 56 deletions

View File

@@ -42,7 +42,7 @@ require_once (ABSPATH . WPINC . '/class-xmlrpc.php');
require_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
require_once (ABSPATH . WPINC . '/links.php');
require_once (ABSPATH . WPINC . '/kses.php');
require_once (ABSPATH . WPINC . '/class-language.php');
require_once (ABSPATH . WPINC . '/wp-l10n.php');
//setup the old globals from b2config.php
//
@@ -76,9 +76,4 @@ if (!strstr($_SERVER['REQUEST_URI'], 'wp-admin/plugins.php') && get_settings('ac
include(ABSPATH . 'wp-content/plugins/' . $plugin);
}
}
// temporarily hardcoded, AK
require_once (ABSPATH . WPINC . '/languages/english.php');
?>
?>