Make WordPress Core


Ignore:
Timestamp:
11/29/2008 06:09:09 PM (16 years ago)
Author:
ryan
Message:

Fix menu parents. see #8421

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r9543 r9967  
    131131        check_admin_referer('upgrade-plugin_' . $plugin);
    132132        $title = __('Upgrade Plugin');
    133         $parent_file = 'index.php';
     133        $parent_file = 'plugins.php';
    134134        require_once('admin-header.php');
    135135        do_plugin_upgrade($plugin);
Note: See TracChangeset for help on using the changeset viewer.