Some fixes for E_ALL.

git-svn-id: https://develop.svn.wordpress.org/trunk@1236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-05-07 21:05:02 +00:00
parent 3b1de5d605
commit 2d35c72b9e
6 changed files with 7 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ $menu = array(
);
$self = preg_replace('|.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
if (!isset($parent_file)) $parent_file = '';
foreach ($menu as $item) {
$class = '';