Changeset 652963
- Timestamp:
- 01/15/2013 01:16:18 PM (13 years ago)
- Location:
- apsense-brand-badge/trunk
- Files:
-
- 2 edited
-
apsense-brand-badge.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apsense-brand-badge/trunk/apsense-brand-badge.php
r652943 r652963 4 4 Plugin URI: http://www.apsense.com/bmc/start 5 5 Description: Add APSense Brand Badge on your blog site by one-click. 6 Version: 1.06 Version: 3.5 7 7 Author: APSense.com 8 8 License: GPLv2 or later … … 32 32 function apsense_brandbadge_plugin_uninstall() { 33 33 delete_option( 'apsense_brand_tag' ); 34 delete_option( 'apsense_brand_type' ); 34 delete_option( 'apsense_brand_type' ); 35 delete_option( 'apsense_brand_uid' ); 36 35 37 } 36 38 -
apsense-brand-badge/trunk/readme.txt
r652943 r652963 5 5 Requires at least: 2.8 6 6 Tested up to: 3.5 7 Stable tag: 1.07 Stable tag: 3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Frequently Asked Questions == 32 32 33 33 = How do I change settings? = 34 34
Note: See TracChangeset
for help on using the changeset viewer.