Changeset 49954
- Timestamp:
- 01/10/2021 07:35:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r49220 r49954 149 149 150 150 if ( is_wp_error( $api ) ) { 151 wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try Again' ) . '</a>' );151 wp_die( '<p>' . $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try Again' ) . '</a></p>' ); 152 152 } 153 153
Note: See TracChangeset
for help on using the changeset viewer.