Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 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/menu.php

    r29170 r29206  
    122122    }
    123123
    124     // if $ptype_menu_position is already populated or will be populated by a hard-coded value below, increment the position.
     124    /*
     125     * If $ptype_menu_position is already populated or will be populated
     126     * by a hard-coded value below, increment the position.
     127     */
    125128    $core_menu_positions = array(59, 60, 65, 70, 75, 80, 85, 99);
    126129    while ( isset($menu[$ptype_menu_position]) || in_array($ptype_menu_position, $core_menu_positions) )
Note: See TracChangeset for help on using the changeset viewer.