Plugin Directory

Changeset 341960


Ignore:
Timestamp:
02/07/2011 03:41:12 PM (15 years ago)
Author:
CodingFabian
Message:

[wpml-comment-merging] fixed typo in 1.3

Location:
wpml-comment-merging
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpml-comment-merging/tags/1.3/wpml-comment-merging.php

    r341848 r341960  
    4646                if ($type == 'page') {
    4747                    $otherpost = get_page($otherID);
    48                 ] else {
     48                } else {
    4949                    $otherpost = get_post($otherID);
    5050                }
    51                 if ($otherpost){
     51                if ($otherpost) {
    5252                    // increment comment count using translation post comment count.
    5353                    $count = $count + $otherpost->comment_count;
  • wpml-comment-merging/trunk/wpml-comment-merging.php

    r341848 r341960  
    4646                if ($type == 'page') {
    4747                    $otherpost = get_page($otherID);
    48                 ] else {
     48                } else {
    4949                    $otherpost = get_post($otherID);
    5050                }
Note: See TracChangeset for help on using the changeset viewer.