Changeset 2395 for branches/release-38/php/lib/function.mtcommentauthor.php
- Timestamp:
- 05/19/08 22:45:56 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/php/lib/function.mtcommentauthor.php
r2055 r2395 13 13 if ($c['comment_commenter_id']) { 14 14 $commenter = $ctx->stash('commenter'); 15 if (is_array($commenter)) 16 $commenter = $commenter[0]; 15 17 if ($commenter) 16 18 $a = $commenter['author_nickname'];
