Advertisement
Ipstenu

Comment Rules

Apr 26th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1. /* My Comment Rules */
  2. add_action( 'comment_form_top', 'halfelf_comment_rules' );
  3.  
  4. function halfelf_comment_rules() {
  5.   ?>
  6.         <div class="comment-policy">
  7.         <p>By posting a comment, you agree to abide by the <a href="http://halfelf.org/terms-of-use/">Terms of Use</a> and follow these guidelines:
  8.         <br />Don't be a dick.  Be excellent to one another. If you know what to do and you don't do it, there you bloody well are, aren't you?</p>
  9.         </div>
  10. <?php
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement