Make WordPress Core

Ticket #27128: 27128.patch

File 27128.patch, 504 bytes (added by ocean90, 12 years ago)
  • src/wp-admin/includes/class-wp-theme-install-list-table.php

     
    192192                $preview_url   = add_query_arg( array(
    193193                        'tab'   => 'theme-information',
    194194                        'theme' => $theme->slug,
    195                 ) );
     195                ), self_admin_url( 'theme-install.php' ) );
    196196
    197197                $actions = array();
    198198