Fix locale.php include.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2005-01-22 16:52:07 +00:00
parent 2c5c76c12b
commit 696b267d19
1 changed files with 1 additions and 1 deletions

View File

@ -93,5 +93,5 @@ function load_theme_textdomain($domain) {
// Load the default domain.
load_default_textdomain();
require($curpath . 'locale.php');
require_once(ABSPATH . WPINC . '/locale.php');
?>