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/menu.php

    r28500 r29206  
    9898    $old_parent = $data[2];
    9999    $new_parent = $first_sub[2];
    100     // If the first submenu is not the same as the assigned parent,
    101     // make the first submenu the new parent.
     100    /*
     101     * If the first submenu is not the same as the assigned parent,
     102     * make the first submenu the new parent.
     103     */
    102104    if ( $new_parent != $old_parent ) {
    103105        $_wp_real_parent_file[$old_parent] = $new_parent;
Note: See TracChangeset for help on using the changeset viewer.