$description is defined as follows

<?php
$description = ($field->visibility == PROFILE_PRIVATE) ? t('The content of this field is private and only visible to yourself.') : '';
?>

but it is never used. Thus, this patch removes this line of code.

CommentFileSizeAuthor
nodescjv.patch782 bytesjvandyk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Status: Needs review » Fixed

Committed. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)