Changeset 2411
- Timestamp:
- 05/21/08 00:55:32 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/php/lib/function.mtcommentauthorlink.php
r2240 r2411 26 26 27 27 $cmntr = $ctx->stash('commenter'); 28 if (is_array($cmntr)) 29 $cmntr = $cmntr[0]; 28 30 if (!isset($cmntr)) { 29 31 if (isset($comment['comment_commenter_id'])) {
