Changeset 1152965
- Timestamp:
- 05/04/2015 02:26:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
egany-facebook-to-wp/trunk/egany_facebook_to_wordpress.php
r1152752 r1152965 550 550 } 551 551 552 //show testing result ... 553 $post->comments->data = $arr_comment_data; 552 //show testing result ... 553 if(isset($post->comments->data)) 554 $post->comments->data = $arr_comment_data; 554 555 // // var_dump($post->comments->data[0]->id ); 555 556 // var_dump(count($post->comments->data ));
Note: See TracChangeset
for help on using the changeset viewer.