Changeset 341960
- Timestamp:
- 02/07/2011 03:41:12 PM (15 years ago)
- Location:
- wpml-comment-merging
- Files:
-
- 2 edited
-
tags/1.3/wpml-comment-merging.php (modified) (1 diff)
-
trunk/wpml-comment-merging.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpml-comment-merging/tags/1.3/wpml-comment-merging.php
r341848 r341960 46 46 if ($type == 'page') { 47 47 $otherpost = get_page($otherID); 48 ]else {48 } else { 49 49 $otherpost = get_post($otherID); 50 50 } 51 if ($otherpost) {51 if ($otherpost) { 52 52 // increment comment count using translation post comment count. 53 53 $count = $count + $otherpost->comment_count; -
wpml-comment-merging/trunk/wpml-comment-merging.php
r341848 r341960 46 46 if ($type == 'page') { 47 47 $otherpost = get_page($otherID); 48 ]else {48 } else { 49 49 $otherpost = get_post($otherID); 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.