mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
added the first localization strings in index.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -42,6 +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');
|
||||
|
||||
//setup the old globals from b2config.php
|
||||
//
|
||||
@@ -76,4 +77,8 @@ if (!strstr($_SERVER['REQUEST_URI'], 'wp-admin/plugins.php') && get_settings('ac
|
||||
}
|
||||
}
|
||||
|
||||
// temporarily hardcoded, AK
|
||||
|
||||
require_once (ABSPATH . WPINC . '/languages/english.php');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user