Plugin Directory

Changeset 1067644


Ignore:
Timestamp:
01/14/2015 04:42:42 AM (11 years ago)
Author:
srijith.v
Message:

removed debug code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addthis/trunk/includes/addthis_addjs_new.php

    r1067116 r1067644  
    223223    }
    224224    /*
    225      * Function to add save 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.
    226226     */
    227227    function save_at_flag(){
    228         //print_r($post);
    229228        global $post;
    230229        if(isset($_POST['_at_widget']))
     
    232231        else
    233232            update_post_meta($post->ID, '_at_widget', '0');
    234         //update_post_meta($post->ID, '_product_number', $_POST['_product_number']);
    235233    }
    236234}
Note: See TracChangeset for help on using the changeset viewer.