Changeset 1067644
- Timestamp:
- 01/14/2015 04:42:42 AM (11 years ago)
- File:
-
- 1 edited
-
addthis/trunk/includes/addthis_addjs_new.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis/trunk/includes/addthis_addjs_new.php
r1067116 r1067644 223 223 } 224 224 /* 225 * Function to addsave the value of checkbox to show/hide Addthis sharing buttons in admin post add/edit page.225 * Function to save the value of checkbox to show/hide Addthis sharing buttons in admin post add/edit page. 226 226 */ 227 227 function save_at_flag(){ 228 //print_r($post);229 228 global $post; 230 229 if(isset($_POST['_at_widget'])) … … 232 231 else 233 232 update_post_meta($post->ID, '_at_widget', '0'); 234 //update_post_meta($post->ID, '_product_number', $_POST['_product_number']);235 233 } 236 234 }
Note: See TracChangeset
for help on using the changeset viewer.