All pastes #2053897 Raw Edit

Mine

public php v1 · immutable
#2053897 ·published 2011-05-04 17:08 UTC
rendered paste body
<?php if ( $comment_count ) : ?>	<h3><?php printf(__($comment_count > 1 ? '%d kommentarer' : '1 kommentar'), $comment_count) ?></h3>	<div id="comments"><?php foreach ($comments as $comment) : ?><?php if ( get_comment_type() == "comment" ) : ?>		<a name="comment-<?php comment_ID() ?>"></a>			<div class="comment user">			<div class="meta">			<?php comment_author_link(); ?>				<p><?php printf(__('%1$s kl. %2$s</p>', ''),						get_comment_date('d.F.Y'),						get_comment_time() ); ?>				<a href="#comment-<?php comment_ID() ?>" title="Permalenke til denne kommentaren"><?php _e('Permalenke', '') ?></a><?php edit_comment_link(__('Rediger', ''), "\t\t\t\t<span class=\"meta-sep\">|</span>\n\t\t\t\t", "\n"); ?>			</div><!-- slutt meta -->			<?php if ($comment->comment_approved == '0') : ?><span class="unapproved"><?php _e('Din kommentar avventer moderasjon.', '') ?></span><?php endif; ?>			<div class="content">			<?php comment_text() ?>			</div><!-- slutt content -->			</div> <!-- Hvis jeg fjerner denne diven og den ovenfor, kommer sidebaren, men da ser kommentarene rare ut --><?php endif; ?>