Changeset 633234
- Timestamp:
- 12/02/2012 11:17:16 PM (13 years ago)
- Location:
- facebook-awd-seo-comments/trunk
- Files:
-
- 1 added
- 1 edited
-
.gitignore (added)
-
inc/classes/class.AWD_facebook_seo_comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
facebook-awd-seo-comments/trunk/inc/classes/class.AWD_facebook_seo_comments.php
r633232 r633234 245 245 } 246 246 if($this->AWD_facebook_comments->get_comments_count() > 0) 247 $count +=$this->AWD_facebook_comments->get_comments_count();247 $count = $count + $this->AWD_facebook_comments->get_comments_count(); 248 248 } 249 249 return $count;
Note: See TracChangeset
for help on using the changeset viewer.