summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-general.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-17 11:25:32 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-17 11:25:32 +0000
commit7c4c5c203087d3a604e4fce1d74ef9be71ccb728 (patch)
tree9e01a81e84e3cd75712a3b110f1a5ef37702adf3 /wp-admin/options-general.php
parent7def3678b0178680aa541a26fb64cea494f8ec60 (diff)
downloadwordpress-mu-7c4c5c203087d3a604e4fce1d74ef9be71ccb728.tar.gz
wordpress-mu-7c4c5c203087d3a604e4fce1d74ef9be71ccb728.tar.xz
wordpress-mu-7c4c5c203087d3a604e4fce1d74ef9be71ccb728.zip
Use LANGDIR instead of WPINC (fixes #309)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@964 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options-general.php')
-rw-r--r--wp-admin/options-general.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index 2142f73..6a1f691 100644
--- a/wp-admin/options-general.php
+++ b/wp-admin/options-general.php
@@ -40,7 +40,7 @@ include('./admin-header.php');
</tr>
<?php
-$lang_files = glob( ABSPATH . WPINC . "/languages/*" );
+$lang_files = glob( ABSPATH . LANGDIR . "/*" );
$lang = get_option( "WPLANG" );
if( is_array( $lang_files ) && count($lang_files) >= 1 ) {