Created
July 10, 2013 19:53
-
-
Save wpspeak/5969650 to your computer and use it in GitHub Desktop.
Stop autolinks in comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Stop 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