Make WordPress Core


Ignore:
Timestamp:
05/07/2004 09:05:02 PM (21 years ago)
Author:
saxmatt
Message:

Some fixes for E_ALL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r1212 r1236  
    2121
    2222$self = preg_replace('|.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
     23if (!isset($parent_file)) $parent_file = '';
    2324foreach ($menu as $item) {
    2425    $class = '';
Note: See TracChangeset for help on using the changeset viewer.