Fix locale.php include.

git-svn-id: https://develop.svn.wordpress.org/trunk@2119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-22 16:52:07 +00:00
parent 2f13f79e76
commit c5dab97703
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');
?>