Changeset 649150
- Timestamp:
- 01/07/2013 12:01:26 PM (13 years ago)
- Location:
- trivian-widget-wp/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trivian-widget-wp/trunk/README.txt
r649140 r649150 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 8 8 License URI: http://www.trivian.com/tos … … 35 35 == Changelog == 36 36 37 = 1.0.2 = 38 * Fix uninstall script for cleaning up used parameters. 39 * Version based changes. 40 * Screenshots and brief guided added. 41 37 42 = 1.0.1 = 38 43 * Development just started, waiting for reviews and bugs. -
trivian-widget-wp/trunk/uninstall.php
r649146 r649150 1 1 <?php 2 2 3 // remove all stored options on uninstall the plugin 4 $availableWPOptions = array( 5 'trivian_widget', 6 ); 7 8 foreach($availableWPOptions as $option) { 9 delete_option($option); 10 }
Note: See TracChangeset
for help on using the changeset viewer.