Reparent edit comments tab. Props mdawaffe. fixes #3448

git-svn-id: http://svn.automattic.com/wordpress/trunk@4623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-12-07 00:40:31 +00:00
parent fec072e555
commit 12ecc1f539
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'));