Skip to content

Instantly share code, notes, and snippets.

@iscat
Created May 18, 2013 14:44
Show Gist options
  • Save iscat/5604633 to your computer and use it in GitHub Desktop.
Save iscat/5604633 to your computer and use it in GitHub Desktop.
<?php
/* Remove autolinks in comments
http://blog.wpjam.com/m/remove-autolinks-in-comments/
-------------------------------------------------- */
remove_filter('comment_text', 'make_clickable', 9);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment