Make WordPress Core


Ignore:
Timestamp:
01/08/2012 12:36:17 PM (14 years ago)
Author:
dd32
Message:

Show Changelog by default for "View version x.y.z details" links for Plugin updates. Props linuxologos. Fixes #19208

File:
1 edited

Legend:

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

    r19596 r19711  
    188188    $plugin_name = wp_kses( $plugin_data['Name'], $plugins_allowedtags );
    189189
    190     $details_url = self_admin_url('plugin-install.php?tab=plugin-information&plugin=' . $r->slug . '&TB_iframe=true&width=600&height=800');
     190    $details_url = self_admin_url('plugin-install.php?tab=plugin-information&plugin=' . $r->slug . '&section=changelog&TB_iframe=true&width=600&height=800');
    191191
    192192    $wp_list_table = _get_list_table('WP_Plugins_List_Table');
Note: See TracChangeset for help on using the changeset viewer.