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/update-core.php

    r28085 r29206  
    10901090            }
    10911091
    1092             // generate the $sub_skip_list for the subdirectory as a sub-set of the existing $skip_list
     1092            /*
     1093             * Generate the $sub_skip_list for the subdirectory as a sub-set
     1094             * of the existing $skip_list.
     1095             */
    10931096            $sub_skip_list = array();
    10941097            foreach ( $skip_list as $skip_item ) {
     
    11261129        return;
    11271130
    1128     // Load the updated default text localization domain for new strings
     1131    // Load the updated default text localization domain for new strings.
    11291132    load_default_textdomain();
    11301133
     
    11421145    <?php
    11431146
    1144     // Include admin-footer.php and exit
     1147    // Include admin-footer.php and exit.
    11451148    include(ABSPATH . 'wp-admin/admin-footer.php');
    11461149    exit();
Note: See TracChangeset for help on using the changeset viewer.