Show
Ignore:
Timestamp:
03/07/08 22:36:19 (10 months ago)
Author:
inureyes
Message:

#863

  • 카테고리 / 태그의 글 주소/숫자 사용을 결정할 수 있도록 함.
  • 관련 설정 전부 반영
  • 영어 리소스 번역 약간 추가
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/comment/comment/index.php

    r5439 r5557  
    6060            if($row = POD::queryRow("SELECT * FROM {$database['prefix']}Entries  
    6161                WHERE blogid = $blogid AND id = {$comment['entry']} AND draft = 0 AND visibility = 3 AND acceptComment = 1")) 
    62                 sendCommentPing($comment['entry'], "$defaultURL/".($blog['useSlogan'] ? "entry/{$row['slogan']}": $comment['entry']), is_null($user) ? $comment['name'] : $user['name'], is_null($user) ? $comment['homepage'] : $user['homepage']); 
     62                sendCommentPing($comment['entry'], "$defaultURL/".($blog['useSloganOnPost'] ? "entry/{$row['slogan']}": $comment['entry']), is_null($user) ? $comment['name'] : $user['name'], is_null($user) ? $comment['homepage'] : $user['homepage']); 
    6363        } 
    6464        $skin = new Skin($skinSetting['skin']);