' . sprintf( $tt, ''
. single_tag_title( '', false ) . '' );
aweaver_archive_title( $titlew, 'tag' );
// the_archive_title( '', '
' );
$tag_description = tag_description(); // this is WP generated, does not need escaping
if ( ! empty( $tag_description ) ) {
aweaver_trusted_echo( apply_filters( 'tag_archive_meta', '' . $tag_description . '
' ) );
}
?>