%2$s', get_post_format_link( $format ), get_post_format_string( $format ) ) : __( 'Post', 'trvl' );
/* translators: used between list items, there is a space after the comma */
$cat_list = get_the_category_list( __( ', ', 'trvl' ) );
/* translators: used between list items, there is a space after the comma */
$tag_list = get_the_tag_list( '', __( ', ', 'trvl' ) );
if ( ! trvl_categorized_blog() ) {
// This blog only has 1 category so we just need to worry about tags in the meta text
if ( '' != $tag_list && ! is_wp_error( $tag_list ) ) {
$meta_text = __( 'This %1$s was tagged %3$s. Bookmark the permalink.', 'trvl' );
} else {
$meta_text = __( 'Bookmark the permalink.', 'trvl' );
}
} else {
// But this blog has loads of categories so we should probably display them here
if ( '' != $tag_list && ! is_wp_error( $tag_list ) ) {
$meta_text = __( 'This %1$s was posted in %2$s and tagged %3$s. Bookmark the permalink.', 'trvl' );
} else {
$meta_text = __( 'This %1$s was posted in %2$s. Bookmark the permalink.', 'trvl' );
}
} // end check for categories on this blog
?>
>
', '' ); ?>