Changeset 12900 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 01/29/2010 07:03:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r12880 r12900 1753 1753 } 1754 1754 1755 function mu_locale( $locale ) {1756 if ( defined('WP_INSTALLING') == false ) {1757 $mu_locale = get_option('WPLANG');1758 if ( $mu_locale === false )1759 $mu_locale = get_site_option('WPLANG');1760 1761 if ( $mu_locale !== false )1762 return $mu_locale;1763 }1764 return $locale;1765 }1766 1767 1755 function signup_nonce_fields() { 1768 1756 $id = mt_rand();
Note: See TracChangeset
for help on using the changeset viewer.