Reparent edit comments tab. Props mdawaffe. fixes #3448

git-svn-id: https://develop.svn.wordpress.org/trunk@4623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-12-07 00:40:31 +00:00
parent dd36543bce
commit db72b3d6b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once('admin.php');
$parent_file = 'edit.php';
$parent_file = 'edit-comments.php';
$submenu_file = 'edit-comments.php';
wp_reset_vars(array('action'));