Changeset 2503 for branches/release-39/php/lib/function.mtcommentauthor.php
- Timestamp:
- 06/04/08 03:34:12 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/php/lib/function.mtcommentauthor.php
r2400 r2503 13 13 if ($c['comment_commenter_id']) { 14 14 $commenter = $ctx->stash('commenter'); 15 if (is_array($commenter))16 $commenter = $commenter[0];17 15 if ($commenter) 18 16 $a = $commenter['author_nickname'];
