summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-28 12:50:56 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-28 12:50:56 +0000
commit9b502b84e4b5ac1c894fde4d850a4b1af43703e6 (patch)
tree56f62660b2e9fe1c51ba7e132a8a5f2340451622 /wp-admin/wpmu-options.php
parent42bccb6b1a72035b82e37c42e8982e4b514348a9 (diff)
downloadwordpress-mu-9b502b84e4b5ac1c894fde4d850a4b1af43703e6.tar.gz
wordpress-mu-9b502b84e4b5ac1c894fde4d850a4b1af43703e6.tar.xz
wordpress-mu-9b502b84e4b5ac1c894fde4d850a4b1af43703e6.zip
gettext changes by momo360modena, applied patch from #347
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@990 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index c26650d..d845063 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -93,7 +93,7 @@ if (isset($_GET['updated'])) {
<legend><?php _e('Site Wide Settings <em>(These settings may be overridden by blog owners)</em>') ?></legend>
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
<?php
- $lang_files = glob( ABSPATH . WPINC . "/languages/*" );
+ $lang_files = glob( ABSPATH . WPINC . "/languages/*.mo" );
$lang = get_site_option( "WPLANG" );
if( is_array( $lang_files ) ) {
?>