Make WordPress Core

Changeset 27205


Ignore:
Timestamp:
02/20/2014 04:41:50 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Update $parent_file value in wp-admin/update-core.php.

props bcworkz.
fixes #27109.

File:
1 edited

Legend:

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

    r27167 r27205  
    458458
    459459$title = __('WordPress Updates');
    460 $parent_file = 'tools.php';
     460$parent_file = 'index.php';
    461461
    462462$updates_overview  = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.