<?php echo get_the_term_list( $post->ID, 'people', 'People: ', ' ', '' ); ?>
returns something like this:
People: <a href="person1">Person1</a>, <a href="person2">Person2</a>, ...
How can I make it return the same thing without links like this:
People: Person1, Person2