Skip to content

Commit

Permalink
Updated incline comment reply link anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Dec 6, 2011
1 parent 43b3ae0 commit a32ef3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions functions.php
Expand Up @@ -265,6 +265,14 @@ function tersus_comment($comment, $args, $depth) {
<?php
}


// Update comment reply link anchors

function comment_reply_anchor($str) {
return preg_replace('/respond/', 'comment', $str);
}

add_filter ('comment_reply_link','comment_reply_anchor');


// Add support for the_post_thumbnail
Expand Down

0 comments on commit a32ef3b

Please sign in to comment.