Some link manager juggling, still need to have submenu highlight when on sub-sub pages.

git-svn-id: https://develop.svn.wordpress.org/trunk@6555 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-04 20:18:55 +00:00
parent 6ef4a86b66
commit 7af9979af4
5 changed files with 9 additions and 13 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
require_once('admin.php');
$title = __('Categories');
$parent_file = 'link-manager.php';
$title = __('Link Categories');
$parent_file = 'edit.php';
wp_enqueue_script( 'admin-categories' );
require_once ('admin-header.php');