%2$s', 'big-brother' );
} else {
$meta_text = '';
}
} 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 = __( '%1$s%2$s', 'big-brother' );
} else {
$meta_text = __( '%1$s', 'big-brother' );
}
} // end check for categories on this blog
printf(
$meta_text,
$category_list,
$tag_list,
esc_url( get_permalink() )
);
?>