Changeset 963085
- Timestamp:
- 08/09/2014 05:46:20 PM (12 years ago)
- File:
-
- 1 edited
-
simple-parse-push-service/trunk/simpleParsePS.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-parse-push-service/trunk/simpleParsePS.php
r963075 r963085 63 63 64 64 $savedPostTypes = get_option('simpar_metabox_pt'); 65 if ( count( $savedPostTypes ) ) { 66 $savedPostTypes[] = 'post'; 67 addOrUpdateOption('simpar_metabox_pt', $savedPostTypes); 68 $savedPostTypes = get_option('simpar_metabox_pt'); 69 } 65 70 foreach ($savedPostTypes as $postType) { 66 71 add_meta_box( … … 344 349 delete_option('simpar_hide_warning'); 345 350 delete_option('simpar_discardScheduledPosts'); 351 delete_option('simpar_metabox_pt'); 346 352 /*Remove any other options you may add in this plugin and clear any plugin cron jobs */ 347 353 }
Note: See TracChangeset
for help on using the changeset viewer.