Ticket #27128: 27128.patch
| File 27128.patch, 504 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/includes/class-wp-theme-install-list-table.php
192 192 $preview_url = add_query_arg( array( 193 193 'tab' => 'theme-information', 194 194 'theme' => $theme->slug, 195 ) );195 ), self_admin_url( 'theme-install.php' ) ); 196 196 197 197 $actions = array(); 198 198