X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/80b7979fccf09a75af3f4c111fa27060ae6dbf85..5e031ad59895b5682d1509675cafe9f2c5081c12:/wp-admin/includes/admin.php diff --git a/wp-admin/includes/admin.php b/wp-admin/includes/admin.php index 439fcdb8..f1fc8cb0 100644 --- a/wp-admin/includes/admin.php +++ b/wp-admin/includes/admin.php @@ -7,9 +7,11 @@ */ if ( ! defined('WP_ADMIN') ) { - // This file is being included from a file other than wp-admin/admin.php, so - // some setup was skipped. Make sure the admin message catalog is loaded since - // load_default_textdomain() will not have done so in this context. + /* + * This file is being included from a file other than wp-admin/admin.php, so + * some setup was skipped. Make sure the admin message catalog is loaded since + * load_default_textdomain() will not have done so in this context. + */ load_textdomain( 'default', WP_LANG_DIR . '/admin-' . get_locale() . '.mo' ); }