Advertisement
Guest User

lemon - commets.php

a guest
Jan 18th, 2014
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php if ($comments) : ?>
  2. <h3><?php comments_number('Brak komentarzy','Jeden komentarz','Liczba komentarzy: %'); ?></h3>
  3. <!-- set user-comments -->
  4. <div id="user-comments">
  5.     <?php foreach ($comments as $comment) : ?>
  6.     <!-- user-comments -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement