[wp-trac] [WordPress Trac] #19831: Multisite strings in standard translation
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 14 10:11:26 UTC 2012
#19831: Multisite strings in standard translation
--------------------------+------------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: 3.3.1
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Changes (by ocean90):
* keywords: reporter-feedback =>
Comment:
{{{
if ( is_multisite() || ( defined( 'WP_INSTALLING_NETWORK' ) &&
WP_INSTALLING_NETWORK ) ) {
load_textdomain( 'default', WP_LANG_DIR . "/ms-$locale.mo" );
}
}}}
And `WP_INSTALLING_NETWORK` is defined in `wp-admin/network.php`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19831#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list