PluginProbe
Database Reset / 3.21
Database Reset v3.21
2.3.2 3.0 3.0.1 3.0.2 3.1 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 trunk 1.0 1.2 1.2.1 1.2.2 1.3 1.4 2.0 2.1 All 27 releases
← All changes | assets/js/database-reset-plugins.js +1 -1 3.193.21 View file →
@@ -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');