• ', "
  • \n
  • ", '
  • ' ); // Replicates category output $taxonomy_output = ''; // Categories if ( $category_option && $category_list ) : // Translators: this HTML markup will display an icon representing blog categories. $taxonomy_output .= __( ' ', 'make' ) . '%1$s'; endif; // Tags if ( $tag_option && $tag_list ) : // Translators: this HTML markup will display an icon representing blog tags. $taxonomy_output .= __( ' ', 'make' ) . '%2$s'; endif; // Output printf( $taxonomy_output, $category_list, $tag_list ); ?>