| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | (function ($) { |
| 2 | 2 | var plugin_row = $("tr[data-slug='wordpress-database-reset']"); |
| 3 | 3 | if (plugin_row.length == 1) { |
| 4 | 4 | var row = '<tr class="plugin-update-tr active"><td colspan="4" class="plugin-update colspanchange"><div class="update-message notice inline notice-error notice-alt">'; |
| 5 | - row += '<p>WP Database Reset has been replaced by <a href="' + db_reset.info_link +'" class="thickbox open-plugin-details-modal">WP Reset</a> and it will soon be removed from the plugin repository.<br>Please <a href="' + db_reset.install_link + '">click here to install WP Reset</a> - it\'s free, used by over 300,000 people and has numerous reset tools. If you have any questions - <a href="https://wordpress.org/support/plugin/wordpress-database-reset/" target="_blank">contact support</a></p>'; | |
| 5 | + row += '<p style="padding: 10px;">WP Database Reset has been replaced by the free <a href="' + db_reset.info_link +'" class="thickbox open-plugin-details-modal">WP Reset</a> plugin and it will soon be removed from the plugin repository.<br>Please <a href="' + db_reset.install_link + '">click here to install WP Reset</a> - it\'s free, used by over 300,000 people and has numerous reset tools. If you have any questions - <a href="https://wordpress.org/support/plugin/wordpress-database-reset/" target="_blank">contact support</a></p>'; | |
| 6 | 6 | row += '</div></td></tr>'; |
| 7 | 7 | |
| 8 | 8 | $(row).insertAfter($(plugin_row)); |
| 9 | 9 | $(plugin_row).addClass('update'); |