Changeset 2328
- Timestamp:
- 05/14/08 09:50:30 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/php/lib/function.mtcommentlink.php
r2327 r2328 9 9 $args['no_anchor'] = 1; 10 10 $entry_link = $ctx->tag('EntryPermalink', $args); 11 $entry_link .= '#comment-' . $ ctx['comment_id'];11 $entry_link .= '#comment-' . $args['comment_id']; 12 12 return $link; 13 13 }
