]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/admin.php
WordPress 4.1.2
[autoinstalls/wordpress.git] / wp-admin / includes / admin.php
index 439fcdb81e19b63837a6ae2bd356cb56423f656b..f1fc8cb003d6046903b8b8ae026ecb20fd4fd90a 100644 (file)
@@ -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' );
 }