Paste #23687
Welcome On LodgeIt
Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)
1 2 3 4 5 6 7 | <h3 id="trackbacks"><?php comments_trackback_number('Aucun trackback', 'Un trackback', '% trackbacks', '', $trackbacks_counter );?></h3> <ol class="trackbacklist"> <?php foreach ( (array) $trackbacks as $comment ) : ?> <li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"><?php comment_author_link() ?></li> <?php /* Changes every other comment to a different class */ $oddcomment = ( empty( $oddcomment ) ) ? 'class="alt" ' : ''; ?> <?php endforeach; /* end for each trackback */ ?> </ol> |