Array (
    [und] => Array (
        [0] => Array (
            [tid] => 37
            [taxonomy_term] => stdClass Object (
                [tid] => 37
                [vid] => 9
                [name] => $10 - $20
                **[description] => $10 - $20**
                [format] => filtered_html
                [weight] => 1
                [vocabulary_machine_name] => prices
            )
        )
    )
)
このようなことを試しています:
print $node->field_price['und']['0']['tid']->taxonomy_term;
そこにもオブジェクトがあるネストされた配列のようなものです..そこのオブジェクト内にあると思われる[説明]プロパティを取得する方法がよくわかりません。
何か助けはありますか?お願いします!