>
', '' ); ?>
'', ) ); ?>
permalink.', 'untitled' ); else : $meta_text = __( 'Bookmark the permalink.', 'untitled' ); endif; 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 entry was posted in %1$s and tagged %2$s. Bookmark the permalink.', 'untitled' ); else : $meta_text = __( 'This entry was posted in %1$s. Bookmark the permalink.', 'untitled' ); endif; endif; // end check for categories on this blog // If $tag_list returns a WP Error, empty it just in case before running printf() if ( is_wp_error( $tag_list ) ) { $tag_list = ''; } printf( $meta_text, $category_list, $tag_list, get_permalink(), the_title_attribute( 'echo=0' ) ); edit_post_link( __( 'Edit', 'untitled' ), '', '' ); ?>