Changeset 18274
- Timestamp:
- 09/08/07 01:09:09 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
delink-comment-author/trunk/delink-comment-author.php
r17820 r18274 41 41 print(" 42 42 <script type=\"text/javascript\"> 43 jQuery('#the-comment-list li ').each(function() {43 jQuery('#the-comment-list li[@id^=comment]').each(function() { 44 44 var id = jQuery(this).attr('id').replace('comment-', ''); 45 45 jQuery(this).children('p').eq(0).append(' | <a href=\"".get_bloginfo('wpurl')."/wp-admin/index.php?ak_action=delink_comment_author&comment_id=' + id + '\">Delink Comment Author</a>');
