Changeset 29206 for trunk/src/wp-admin/includes/admin.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin.php
r19772 r29206 8 8 9 9 if ( ! defined('WP_ADMIN') ) { 10 // This file is being included from a file other than wp-admin/admin.php, so 11 // some setup was skipped. Make sure the admin message catalog is loaded since 12 // load_default_textdomain() will not have done so in this context. 10 /* 11 * This file is being included from a file other than wp-admin/admin.php, so 12 * some setup was skipped. Make sure the admin message catalog is loaded since 13 * load_default_textdomain() will not have done so in this context. 14 */ 13 15 load_textdomain( 'default', WP_LANG_DIR . '/admin-' . get_locale() . '.mo' ); 14 16 }
Note: See TracChangeset
for help on using the changeset viewer.