| 43 | | |
| 44 | | <p class="submit"><input type="submit" name="editcomment" id="editcomment" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" /> |
| 45 | | <input name="referredby" type="hidden" id="referredby" value="<?php echo wp_get_referer(); ?>" /> |
| 46 | | </p> |
| 47 | | |
| | 43 | <?php |
| | 44 | $post = get_post($comment->comment_post_ID); //get the post |
| | 45 | $post_title = $post->post_title; // and its title |
| | 46 | ?> |
| | 47 | <div> |
| | 48 | <a href="<?php echo get_permalink($comment->comment_post_ID); ?>" class="view-comment-post-link" target="_blank"><?php echo sprintf('%s »',$post_title); ?></a> |
| | 49 | <p class="submit"><input type="submit" name="editcomment" id="editcomment" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" /> |
| | 50 | <input name="referredby" type="hidden" id="referredby" value="<?php echo wp_get_referer(); ?>" /> |
| | 51 | </p> |
| | 52 | </div> |