type ) {
case 'content' :
if ( isset( $this->label ) ) {
echo '' . $this->label . '';
}
if ( isset( $this->input_attrs['content'] ) ) {
echo $this->input_attrs['content'] ;
}
if ( isset( $this->description ) ) {
echo '' . $this->description . '';
}
break;
}
}
}