Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: determine_locale() | Determine the current locale desired for the request. | 
| wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. | 
| wp-includes/l10n.php: unload_textdomain() | Unload translations for a text domain. | 
| wp-includes/l10n.php: load_textdomain() | Load a .mo file into the text domain $domain. | 
| wp-includes/load.php: is_multisite() | If Multisite is enabled. | 
| wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. | 
| wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |