id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 16132,"Duplicate ""try again"" links when themes_api fails",solarissmoke,,"When the Themes API fails, for example when searching for themes (in my case because of timed out connection to wp.org, two ""Try again"" links are presented to the user. The issue is with this line in WP_Theme_Install_List_Table->prepare_items() {{{ wp_die( $api->get_error_message() . '

' . __( 'Try again' ) . '' ); }}} $api->get_error_message() already returns a try again link ( set by themes_api() ), but this line adds another one in addition. I suggest removing the latter? Also, there are no CSS rules of .hide-if-no-js on Error pages, so it doesn't do anything.",defect (bug),closed,normal,3.1,Themes,3.1,minor,fixed,,,