Make WordPress Core

Ticket #3448: 3448.diff

File 3448.diff, 368 bytes (added by mdawaffe, 18 years ago)
  • wp-admin/comment.php

     
    11<?php
    22require_once('admin.php');
    33
    4 $parent_file = 'edit.php';
     4$parent_file = 'edit-comments.php';
    55$submenu_file = 'edit-comments.php';
    66
    77wp_reset_vars(array('action'));