Version Description
Download this release
Release Info
| Developer | mousesports |
| Plugin | |
| Version | 1.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2 to 1.2.1
- wp-reset.php +3 -3
wp-reset.php
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
<?php
|
| 2 |
/*
|
| 3 |
Plugin Name: WP Reset
|
| 4 |
-
Plugin URI: https://github.com/chrisberthe/
|
| 5 |
Description: A plugin that allows you to reset the database to WordPress's initial state.
|
| 6 |
-
Version: 1.
|
| 7 |
-
Author: Chris Berthe
|
| 8 |
Author URI: https://github.com/chrisberthe
|
| 9 |
License: GNU General Public License
|
| 10 |
*/
|
| 1 |
<?php
|
| 2 |
/*
|
| 3 |
Plugin Name: WP Reset
|
| 4 |
+
Plugin URI: https://github.com/chrisberthe/wordpress-database-reset
|
| 5 |
Description: A plugin that allows you to reset the database to WordPress's initial state.
|
| 6 |
+
Version: 1.2.1
|
| 7 |
+
Author: Chris Berthe
|
| 8 |
Author URI: https://github.com/chrisberthe
|
| 9 |
License: GNU General Public License
|
| 10 |
*/
|
