The variable and the CSS class have been renamed to be more descriptive.
Drupal 6 (user-picture.tpl.php):
<div class="picture">
<?php print $picture; ?>
</div>Drupal 7:
<?php if ($user_picture): ?>
<div class="user-picture">
<?php print $user_picture; ?>
</div>
<?php endif; ?>
1 周 5 天之前
3 周 3 天之前
3 周 3 天之前
3 周 3 天之前
5 周 3 天之前
5 周 3 天之前
7 周 2 天之前
7 周 3 天之前
7 周 3 天之前
7 周 3 天之前