Why doesn't the_tags( ) accept empty string for first argument?
the_tags( )
It accepts this: the_tags( 'Text: ', ', ', '' ) But not this: the_tags( ' ', ', ', '' )
the_tags( 'Text: ', ', ', '' )
the_tags( ' ', ', ', '' )