Fix locale.php include.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c5c76c12b
commit
696b267d19
|
@ -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');
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue