Pastoid

The page you are looking at now is at this URL: http://pastoid.com/bmy

This paste was last updated on January 20, 2009 at 9:30 pm.

Pasted Coderaw

	<ol class="commentlist">
	<?php foreach ( $post->comments->moderated as $comment ) { ?>
		<li class="<?php echo $oddcomment; ?>" id="comment-<?php echo $comment->id; ?>">
			<div class="commentmetadata">
				<strong><a href="<?php echo $comment->url; ?>"><?php echo $comment->name; ?></a></strong>
				<span class="comment_time"> at <?php echo $comment->date_out; ?></span>
		 		<?php if ($comment->comment_approved == '0') { ?>
					<em><?php _e( 'Your comment is awaiting moderation.' ); ?></em>
				<?php } ?>
			</div>
			<div class="entry">
				<?php echo $comment->content; ?>
				<?php if ( $comment->comment_approved == '0' ) { ?>
					<p><strong>Your comment is awaiting moderation.</strong></p>
				<?php } ?>
			</div>
		</li>
		<?php /* Changes every other comment to a different class */
			if ( 'alt' == $oddcomment ) {
				$oddcomment = '';
			} else {
				$oddcomment = 'alt';
			}
		?>
	<?php } ?>
	</ol>
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 5
search.live.com 1
Is this paste spam?
<Hide