Plugin Directory

Changeset 1845572


Ignore:
Timestamp:
03/23/2018 10:46:37 AM (8 years ago)
Author:
recomendo
Message:

0.9.6.2 removed comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recomendo/trunk/recomendo-plugin.php

    r1845564 r1845572  
    635635        $counter = 0;
    636636        foreach ( $user_ids as $id ) {
    637             //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value)  . '});</script>');
    638637            $response = $this->client->set_user( $id );
    639638            // check the response
     
    738737
    739738        foreach ($post_ids as $id) {
    740             //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value )  . '});</script>');
    741739
    742740            // if WPML get the default language post
     
    984982            $counter = 66.6;
    985983            foreach ( $order_ids as $id ) {
    986                 //$this->force_output('<script>jQuery("#progressbar").progressbar({value:' . strval( $this->progress_bar_value )  . '});</script>');
    987984                // Let's get the order
    988985                $order = wc_get_order( $id );
Note: See TracChangeset for help on using the changeset viewer.