Pastoid

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

This paste was last updated on December 31, 1969 at 7:00 pm.

php coderaw

<ol id="commentlist">
        <?php foreach ( $post->comments->moderated as $comment ) :
                $count++;
                if ( 0 == ( $count % 2 ) ) {
                        $row= 'even';
                } else {
                        $row= 'odd';
                }
                if ( 'skippy@skippy.net' == $comment->email ) {
                        $row= 'skippy';
                }
                if ( Comment::STATUS_UNAPPROVED == $comment->status ) {
                        $row= 'pending';
                }
        echo '<li id="comment-' . $comment->id . '" class="comment-' . $row . '"
>'; ?>
        <?php if ( Comment::STATUS_UNAPPROVED == $comment->status ) {
                echo '<p><strong>YOUR COMMENT IS PENDING APPROVAL</strong></p>';
        } ?>
        <span class="commentauthor">

Toggle wordwrap

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