Changeset 2400 for branches/release-38/php/lib/function.mtcommentauthor.php
- Timestamp:
- 05/20/08 19:22:05 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/php/lib/function.mtcommentauthor.php
r2395 r2400 20 20 if (isset($args['default'])) 21 21 $a or $a = $args['default']; 22 else { 23 global $mt; 24 $a or $a = $mt->translate("Anonymous"); 25 } 22 26 $a or $a = ''; 23 27 return strip_tags($a);
