[Plugin: @ Reply] Changing from Image to Link
-
Find this:
<img style="cursor:pointer;" onclick='yus_replyTo("<?php comment_ID() ?>", "<?php comment_author();?>")' title="Reply to this comment" alt="Reply to this comment" src="<?php echo get_option('siteurl'); ?>/wp-content/plugins/reply-to/reply.png" />
Replace with:
<a href='javascript:void(0)' onclick='yus_replyTo("<?php comment_ID() ?>", "<?php comment_author();?>")' title="Reply to this comment">(REPLY)</a>
That should replace the image with
(REPLY)
Hope that helps people that didn’t wanna use the image
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: @ Reply] Changing from Image to Link’ is closed to new replies.