Changeset 451515
- Timestamp:
- 10/16/2011 05:30:35 AM (14 years ago)
- File:
-
- 1 edited
-
custom-menu/trunk/class-custom-menu-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-menu/trunk/class-custom-menu-install.php
r451505 r451515 25 25 26 26 static function deactivate() { 27 //remove_shortcode(' custom-menu');27 //remove_shortcode('menu'); 28 28 //delete_option('custom_menu'); 29 29 } 30 30 31 31 static function uninstall() { 32 remove_shortcode(' custom-menu');32 remove_shortcode('menu'); 33 33 delete_option('custom_menu'); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.