Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/admin.php

    r19772 r29206  
    88
    99if ( ! 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     */
    1315    load_textdomain( 'default', WP_LANG_DIR . '/admin-' . get_locale() . '.mo' );
    1416}
Note: See TracChangeset for help on using the changeset viewer.