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:
parent
fec072e555
commit
12ecc1f539
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
require_once('admin.php');
|
require_once('admin.php');
|
||||||
|
|
||||||
$parent_file = 'edit.php';
|
$parent_file = 'edit-comments.php';
|
||||||
$submenu_file = 'edit-comments.php';
|
$submenu_file = 'edit-comments.php';
|
||||||
|
|
||||||
wp_reset_vars(array('action'));
|
wp_reset_vars(array('action'));
|
||||||
|
|
Loading…
Reference in New Issue